Skip to content

Commit

Permalink
Add missing drops for new tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Jun 25, 2024
1 parent 7fc9f8c commit c7394f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gened/schema_common.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ DROP TABLE IF EXISTS classes_user;
DROP TABLE IF EXISTS demo_links;
DROP TABLE IF EXISTS migrations;
DROP TABLE IF EXISTS models;
DROP TABLE IF EXISTS experiments;
DROP TABLE IF EXISTS experiment_class;

PRAGMA foreign_keys = ON; -- back on for good


CREATE TABLE consumers (
id INTEGER PRIMARY KEY AUTOINCREMENT,
lti_consumer TEXT NOT NULL UNIQUE,
Expand Down

0 comments on commit c7394f4

Please sign in to comment.