Skip to content

Commit

Permalink
init_project.sql corrected for schema
Browse files Browse the repository at this point in the history
vargastat committed Dec 17, 2024
1 parent d5fddd6 commit a045456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pegase-env-local/sql_utils/init_project.sql
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ values (3, 'config'),
(1, 'gaz'),
(2, 'figma');

INSERT INTO pegase_local_db_schema.project_tags (project_id, tag)
INSERT INTO pegase_db_schema.project_tags (project_id, tag)
values (1, 'gaz'),
(1, 'elec'),
(3, 'figma'),
@@ -61,7 +61,7 @@ values (1, 'gaz'),
(1, 'tag2 antares'),
(1, ' area link');

insert into pegase_local_db_schema.pinned_project (nni,project_id)
insert into pegase_db_schema.pinned_project (nni,project_id)
values ('me00247', 1),
('me00247', 2),
('me00247', 3),

0 comments on commit a045456

Please sign in to comment.