Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Jan 17, 2025
1 parent 699a2df commit b772032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/10_unlogged_tables.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTER TABLE assets_v3 SET UNLOGGED;
ALTER TABLE asset_creators_v3 SET UNLOGGED;
ALTER TABLE asset_authorities SET UNLOGGED;
ALTER TABLE assets_authorities SET UNLOGGED;
ALTER TABLE fungible_tokens SET UNLOGGED;

0 comments on commit b772032

Please sign in to comment.