Skip to content

Commit

Permalink
🐛 FIX: Missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed Nov 21, 2024
1 parent 83953e4 commit 54dc628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ public static function upgrade( $force = false ) {
recipe_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
user_id bigint(20) UNSIGNED NOT NULL,
title varchar(255),
content longtext,
public boolean,
created_at datetime NOT NULL,
updated_at datetime NOT NULL,
Expand Down

0 comments on commit 54dc628

Please sign in to comment.