diff --git a/etc/prepopulatesql_localhost8080.sql b/etc/prepopulatesql_localhost8080.sql index 7a6b3b86..8262f44e 100755 --- a/etc/prepopulatesql_localhost8080.sql +++ b/etc/prepopulatesql_localhost8080.sql @@ -1,4 +1,6 @@ USE `datacustodian`; + +# Populate kind INSERT INTO service_categories (kind) VALUES (0); INSERT INTO service_categories (kind) VALUES (1); INSERT INTO service_categories (kind) VALUES (2);