Skip to content
Snippets Groups Projects
Commit ef03d66e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(base): Populate the table with two demo hierarchies.

parent 6efff3f7
No related branches found
No related tags found
No related merge requests found
......@@ -54,3 +54,6 @@ create table contents (
INDEX(file),
INDEX(media)
);
insert into base (dir_name, active) values ("/movies/olympcopy", 1);
insert into base (dir_name, active) values ("/movies/dccopy", 1);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment