final edits
This commit is contained in:
11
timelogger/main_web_activity.sql
Normal file
11
timelogger/main_web_activity.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
CREATE TABLE web_activity
|
||||
(
|
||||
id integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
type text NOT NULL
|
||||
);
|
||||
INSERT INTO web_activity (id, type) VALUES (181, 'Сон');
|
||||
INSERT INTO web_activity (id, type) VALUES (182, 'Еда');
|
||||
INSERT INTO web_activity (id, type) VALUES (183, 'Учёба');
|
||||
INSERT INTO web_activity (id, type) VALUES (184, 'Работа');
|
||||
INSERT INTO web_activity (id, type) VALUES (185, 'Транспорт');
|
||||
INSERT INTO web_activity (id, type) VALUES (186, 'Досуг');
|
Reference in New Issue
Block a user