mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
- Fix exception of first login...
This commit is contained in:
parent
889369e5d8
commit
35d91102d2
@ -67,7 +67,7 @@ CREATE TABLE ACCESS_AUDITORY (
|
||||
id INTEGER NOT NULL IDENTITY,
|
||||
user_id INTEGER NOT NULL,
|
||||
login_date date,
|
||||
FOREIGN KEY(user_id) REFERENCES USER(id)
|
||||
--FOREIGN KEY(user_id) REFERENCES USER(id) // Temporally disabled. Exception during first login. Need review..
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
Loading…
Reference in New Issue
Block a user