Skip to content

Commit

Permalink
add quotes to reserved word
Browse files Browse the repository at this point in the history
  • Loading branch information
DeNic0la committed Aug 12, 2023
1 parent ef53c2d commit d99a07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/migrations/dev-data/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ values ('419b8e7addb9', 'Lagerapotheke', 1, null, '2022-01-23 16:19:10', '2022-



insert into public.schedule_entry (id, startoffset, endoffset, left, width, createtime, updatetime, periodid, activityid)
insert into public.schedule_entry (id, startoffset, endoffset,"left", width, createtime, updatetime, periodid, activityid)
values ('49334ec99fc4', 600, 660, 0, 1, '2022-01-23 16:19:10', '2022-01-23 16:19:10', 'ff755e56fe79', 'c13b91f0e465'),
('2dbeb6095bd8', 660, 720, 0, 1, '2022-01-23 16:19:10', '2022-01-23 16:19:10', 'a12a9154b43b', 'd3cfa12d19f2'),
('54c8d6a938f2', 720, 780, 0, 1, '2022-01-23 16:19:10', '2022-01-23 16:19:10', 'a12a9154b43b', 'd3cfa12d19f2'),
Expand Down

0 comments on commit d99a07b

Please sign in to comment.