Skip to content

Commit 402f22c

Browse files
authored
fix diesel migration (#459)
1 parent ed72b46 commit 402f22c

File tree

1 file changed

+1
-0
lines changed
  • rust/processor/src/db/postgres/migrations/2024-07-08-182507_truncate_deprecated_tables

1 file changed

+1
-0
lines changed

rust/processor/src/db/postgres/migrations/2024-07-08-182507_truncate_deprecated_tables/up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---- Delete the data inside the tables
2+
SELECT 1;
23
-- If you don't need the data and would like to delete, you could uncomment to run it.
34
--TRUNCATE TABLE move_resources;
45
--TRUNCATE TABLE write_set_changes;

0 commit comments

Comments
 (0)