add sql changelog

This commit is contained in:
yll 2022-05-24 15:08:40 +07:00
parent 64b0cf6696
commit 0911fe27f6
1 changed files with 1 additions and 0 deletions

1
database/CHANGELOG.sql Normal file
View File

@ -0,0 +1 @@
alter table settings add column status int(2) not null default 0 AFTER comment;