mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Fix postgress schema.
This commit is contained in:
parent
35d76ea56f
commit
5e8c1960e7
@ -7,7 +7,7 @@ CREATE TABLE COLLABORATOR (
|
||||
CREATE TABLE "user" (
|
||||
id SERIAL NOT NULL PRIMARY KEY,
|
||||
authentication_type TEXT NOT NULL,
|
||||
authenticator_uri VARCHAR(255) NOT NULL,
|
||||
authenticator_uri VARCHAR(255),
|
||||
colaborator_id INTEGER NOT NULL,
|
||||
firstname VARCHAR(255) NOT NULL,
|
||||
lastname VARCHAR(255) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user