diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-02-06 12:16:40 +0100 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-02-06 12:16:40 +0100 |
| commit | e904e9634548e47d611bdcbb88d7b180b927fd5f (patch) | |
| tree | 21aa5be08fc5b22585508c0263ee5ea4effcc593 /drizzle/20260115135212_abnormal_thundra/migration.sql | |
feat: initial commit!
Diffstat (limited to 'drizzle/20260115135212_abnormal_thundra/migration.sql')
| -rw-r--r-- | drizzle/20260115135212_abnormal_thundra/migration.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drizzle/20260115135212_abnormal_thundra/migration.sql b/drizzle/20260115135212_abnormal_thundra/migration.sql new file mode 100644 index 0000000..20cbccb --- /dev/null +++ b/drizzle/20260115135212_abnormal_thundra/migration.sql @@ -0,0 +1,2 @@ +ALTER TABLE "users" ADD COLUMN "push_token" text;--> statement-breakpoint +ALTER TABLE "deviceConfig" DROP COLUMN "content_filtering";
\ No newline at end of file |