mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:54:12 +02:00
feat(db): add restrict section to restrict table
This commit is contained in:
parent
6e802f8dcd
commit
7dde12f456
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `section` to the `Restrict` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Restrict" ADD COLUMN "section" INTEGER NOT NULL;
|
@ -102,6 +102,7 @@ model Restrict {
|
||||
endModId String?
|
||||
endTime DateTime?
|
||||
reason String
|
||||
section Int
|
||||
}
|
||||
|
||||
model Ban {
|
||||
|
Loading…
x
Reference in New Issue
Block a user