Browse Source

add example data

Daniel Sheffield 18 giờ trước cách đây
mục cha
commit
c5865454fe
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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)
+;