Skip to content

Commit

Permalink
Ranking Questions removed from Database schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
epwr committed Feb 19, 2024
1 parent c79d9b3 commit 02a6dfc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,4 @@ CREATE TABLE IF NOT EXISTS text_question (
, FOREIGN KEY(survey_uid) REFERENCES survey(uid)
);

CREATE TABLE IF NOT EXISTS ranking_question (
uid TEXT PRIMARY KEY
, question TEXT
, first_dimension TEXT
, second_dimension TEXT
, third_dimension TEXT
, FOREIGN KEY(question_uid) REFERENCES question(uid)
);

COMMIT;

0 comments on commit 02a6dfc

Please sign in to comment.