Skip to content

Commit

Permalink
[RSN-46] - Changed primary key setvalue (#18)
Browse files Browse the repository at this point in the history
* Changed primary key setvalue to 10

* Update init-dev-data.sql

* Added setval to init-db
  • Loading branch information
bilimig authored and rogacky11 committed May 17, 2024
1 parent 2d9221d commit dab98eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/init-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ ALTER TABLE events.event_tag ADD FOREIGN KEY ("tag_id") REFERENCES events.tag ("

ALTER TABLE events.event_tag ADD FOREIGN KEY ("event_id") REFERENCES events.event ("id");

ALTER TABLE users.user_interest ADD FOREIGN KEY ("interest_id") REFERENCES users.interest ("id");
ALTER TABLE users.user_interest ADD FOREIGN KEY ("interest_id") REFERENCES users.interest ("id");

0 comments on commit dab98eb

Please sign in to comment.