mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-06 06:13:10 +07:00
#243: webhook CRUD
This commit is contained in:
@@ -1 +1 @@
|
||||
db.version=19
|
||||
db.version=20
|
||||
@@ -0,0 +1,3 @@
|
||||
create table T_WEBHOOK ( WHK_ID_C varchar(36) not null, WHK_EVENT_C varchar(50) not null, WHK_URL_C varchar(1024) not null, WHK_CREATEDATE_D datetime not null, WHK_DELETEDATE_D datetime, primary key (WHK_ID_C) );
|
||||
|
||||
update T_CONFIG set CFG_VALUE_C = '20' where CFG_ID_C = 'DB_VERSION';
|
||||
Reference in New Issue
Block a user