Skip to content

Commit

Permalink
fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasnodoom committed Sep 4, 2024
1 parent c89cfeb commit 4e2a5cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions statistic/server/src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TRUNCATE log_events CASCADE;

ALTER TABLE log_events ALTER COLUMN id RESTART WITH 1;

0 comments on commit 4e2a5cd

Please sign in to comment.