mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Add triggers table via migration (#1088)
* Add triggers table via migration
This commit is contained in:
@@ -88,7 +88,7 @@ var tables = [...]string{`CREATE TABLE IF NOT EXISTS routes (
|
||||
type varchar(256) NOT NULL,
|
||||
source varchar(256) NOT NULL,
|
||||
annotations text NOT NULL,
|
||||
CONSTRAINT name_app_id_fn_id_unique UNIQUE (app_id, fn_id,name)
|
||||
CONSTRAINT name_app_id_fn_id_unique UNIQUE (app_id, fn_id, name)
|
||||
);`,
|
||||
|
||||
`CREATE TABLE IF NOT EXISTS logs (
|
||||
|
||||
Reference in New Issue
Block a user