Salome HOME
Code cleanup
[modules/gde.git] / projects / GDE_App / src / GDE_DB_Init.sql
index c4d0c012ff3e16ee53a7f773935aeff48c712d26..ce6a47cd90c8c15aee30d2d885510452bdf93648 100644 (file)
@@ -110,7 +110,8 @@ CREATE TABLE study (
     deletion_date timestamp,
     attribute_group_id bigint REFERENCES attribute_group (id),
     profile_id bigint REFERENCES profile (id),
-    locked boolean
+    locked boolean,
+    lock_owner bigint references users(id)
 );
 /* PROFILES */