mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Closes #309: store onboarding status server side
This commit is contained in:
@@ -1 +1 @@
|
||||
db.version=22
|
||||
db.version=23
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table T_USER add column USE_ONBOARDING_B bit not null default 1;
|
||||
update T_CONFIG set CFG_VALUE_C = '23' where CFG_ID_C = 'DB_VERSION';
|
||||
Reference in New Issue
Block a user