Skip to content

Commit

Permalink
fix(platform): down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock authored and TroyKomodo committed Jan 17, 2024
1 parent 961b2fc commit c3986ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/migrations/20230825170300_init.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DROP TABLE IF EXISTS chat_messages CASCADE;
DROP TABLE IF EXISTS global_state CASCADE;
DROP TABLE IF EXISTS roles CASCADE;
DROP TABLE IF EXISTS channel_user CASCADE;
DROP TYPE IF EXISTS file_type CASCADE;
DROP TYPE IF EXISTS filetype CASCADE;
DROP TABLE IF EXISTS uploaded_files CASCADE;

-- Image Processor
Expand Down

0 comments on commit c3986ee

Please sign in to comment.