Add third migration script

This commit is contained in:
Teajey 2025-12-07 18:00:34 +09:00
parent fd2cd3b358
commit c997908d3c
Signed by: Teajey
GPG Key ID: 970E790FE834A713
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE user ADD COLUMN "password_from_admin" INTEGER NOT NULL DEFAULT 0;