Skip to content

Commit

Permalink
chore: db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky-FE committed Jun 25, 2024
1 parent 196f962 commit 192ccfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN "deactivated_time" TIMESTAMP(3),
ADD COLUMN "is_admin" BOOLEAN;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN "deactivated_time" DATETIME;
ALTER TABLE "users" ADD COLUMN "is_admin" BOOLEAN;

0 comments on commit 192ccfe

Please sign in to comment.