Browse Source

add example data

Daniel Sheffield 18 hours ago
parent
commit
c5865454fe
1 changed files with 7 additions and 0 deletions
  1. 7 0
      config/migrations/002_data.sql

+ 7 - 0
config/migrations/002_data.sql

@@ -0,0 +1,7 @@
+INSERT INTO public.project (id, project, ggl_id, description) VALUES
+(5, 'Training & Development', NULL, NULL),
+(4, 'Statutory Holiday', NULL, NULL),
+(3, 'Sick Leave', NULL, NULL),
+(2, 'Leave', NULL, NULL),
+(1, 'General Admin', NULL, NULL)
+;