Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
easafe committed Jan 4, 2025
1 parent 0c80646 commit 17c744a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Server/sql/index.sql
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,9 @@ create or replace function truncate_tables()
$body$
begin
truncate table users restart identity cascade;
truncate table messages restart identity cascade ;
truncate table tags restart identity cascade ;
truncate table messages restart identity cascade;
truncate table tags restart identity cascade;
truncate table last_seen restart identity cascade;
end;
$body$
language plpgsql;
Expand Down

0 comments on commit 17c744a

Please sign in to comment.