Skip to content

Commit

Permalink
Set the default for the publisher column
Browse files Browse the repository at this point in the history
to "SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte"
  • Loading branch information
egli committed Jun 28, 2024
1 parent 4cb22e6 commit be296d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ MODIFY production_series_number VARCHAR(25) NOT NULL,
MODIFY production_source VARCHAR(25) NOT NULL,
MODIFY created_at DATETIME,
MODIFY modified_at DATETIME,
ALTER publisher DROP DEFAULT,
ALTER state_id DROP DEFAULT;

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ MODIFY production_series_number VARCHAR(25) NULL,
MODIFY production_source VARCHAR(25) NULL,
MODIFY created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
MODIFY modified_at DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
ALTER publisher SET DEFAULT "SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte",
ALTER state_id SET DEFAULT 7;

0 comments on commit be296d6

Please sign in to comment.