feat: add is_dead column to characters (death timer migration 004)
This commit is contained in:
parent
4c10fe80ac
commit
89a9e85a4b
1 changed files with 1 additions and 0 deletions
1
server/migrations/004_death_timer.sql
Normal file
1
server/migrations/004_death_timer.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE characters ADD COLUMN is_dead BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
Loading…
Add table
Reference in a new issue