mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Updated file names of *.sql files to reflect the new version.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@99 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
125f31cc48
commit
9587984ecb
4 changed files with 9 additions and 9 deletions
|
|
@ -10,15 +10,15 @@
|
||||||
-- Dump of table contexts
|
-- Dump of table contexts
|
||||||
-- ------------------------------------------------------------
|
-- ------------------------------------------------------------
|
||||||
|
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (1,'agenda',0, 0);
|
INSERT INTO contexts (id,name,hide, position) VALUES (1,'agenda',0, 1);
|
||||||
INSERT INTo contexts (id,name,hide, position) VALUES (2,'call',0, 1);
|
INSERT INTo contexts (id,name,hide, position) VALUES (2,'call',0, 2);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (3,'email',0, 2);
|
INSERT INTO contexts (id,name,hide, position) VALUES (3,'email',0, 3);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (4,'errand',0, 3);
|
INSERT INTO contexts (id,name,hide, position) VALUES (4,'errand',0, 4);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (5,'lab',0, 4);
|
INSERT INTO contexts (id,name,hide, position) VALUES (5,'lab',0, 5);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (6,'library',0, 5);
|
INSERT INTO contexts (id,name,hide, position) VALUES (6,'library',0, 6);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (7,'freetime',0, 6);
|
INSERT INTO contexts (id,name,hide, position) VALUES (7,'freetime',0, 7);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (8,'office',0, 7);
|
INSERT INTO contexts (id,name,hide, position) VALUES (8,'office',0, 8);
|
||||||
INSERT INTO contexts (id,name,hide, position) VALUES (11,'waiting-for',0, 8);
|
INSERT INTO contexts (id,name,hide, position) VALUES (11,'waiting-for',0, 9);
|
||||||
|
|
||||||
|
|
||||||
-- Dump of table projects
|
-- Dump of table projects
|
||||||
Loading…
Add table
Add a link
Reference in a new issue