mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Bug in postgres schema.
This commit is contained in:
@@ -22,8 +22,8 @@ CREATE TABLE IF NOT EXISTS routes (
|
|||||||
);`
|
);`
|
||||||
|
|
||||||
const appsTableCreate = `CREATE TABLE IF NOT EXISTS apps (
|
const appsTableCreate = `CREATE TABLE IF NOT EXISTS apps (
|
||||||
name character varying(256) NOT NULL PRIMARY KEY
|
name character varying(256) NOT NULL PRIMARY KEY,
|
||||||
config text NOT NULL,
|
config text NOT NULL
|
||||||
);`
|
);`
|
||||||
|
|
||||||
const extrasTableCreate = `CREATE TABLE IF NOT EXISTS extras (
|
const extrasTableCreate = `CREATE TABLE IF NOT EXISTS extras (
|
||||||
|
|||||||
Reference in New Issue
Block a user