fixing build
This commit is contained in:
@@ -13,7 +13,6 @@ activation_code BIGINT NOT NULL,
|
||||
activation_date DATE,
|
||||
allow_send_email CHAR(1) NOT NULL,
|
||||
locale varchar(5),
|
||||
auth_schema INTEGER NOT NULL,
|
||||
FOREIGN KEY(colaborator_id) REFERENCES COLLABORATOR(id)
|
||||
);
|
||||
|
||||
@@ -70,4 +69,4 @@ user_id INTEGER NOT NULL,
|
||||
login_date date
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user