Browse Source

Add migration

pull/1242/head
Thomas 3 years ago
parent
commit
2c8eaed990
  1. 3
      prisma/migrations/20220910135140_removed_currency_and_view_mode_from_user/migration.sql

3
prisma/migrations/20220910135140_removed_currency_and_view_mode_from_user/migration.sql

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Settings" DROP COLUMN "currency",
DROP COLUMN "viewMode";
Loading…
Cancel
Save