mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Fixed file_id and created date
This commit is contained in:
parent
b96e0d7a80
commit
990e5e746c
@ -15,5 +15,5 @@ CREATE TABLE phpgw_vfs (
|
|||||||
PRIMARY KEY (file_id)
|
PRIMARY KEY (file_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,NULL,NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','');
|
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','');
|
||||||
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,NULL,NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home');
|
INSERT INTO phpgw_vfs VALUES (2,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home');
|
||||||
|
@ -17,7 +17,7 @@ CREATE TABLE phpgw_vfs (
|
|||||||
PRIMARY KEY (file_id)
|
PRIMARY KEY (file_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,NULL,NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','');
|
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','');
|
||||||
INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,NULL,NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home');;
|
INSERT INTO phpgw_vfs VALUES (2,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home');
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user