Skip to content

Commit

Permalink
Update DB scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 21, 2021
1 parent 501357f commit b9674e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/schema/mysql-schema.dump
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CREATE TABLE `articles` (
`submitted_at` timestamp NULL DEFAULT NULL,
`approved_at` timestamp NULL DEFAULT NULL,
`shared_at` datetime DEFAULT NULL,
`declined_at` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
Expand Down Expand Up @@ -315,3 +316,4 @@ INSERT INTO `migrations` VALUES (60,'2021_07_05_205125_remove_series',1);
INSERT INTO `migrations` VALUES (61,'2021_07_23_110409_update_articles_table_add_hero_image_field',1);
INSERT INTO `migrations` VALUES (62,'2021_07_31_183222_unique_github_ids',1);
INSERT INTO `migrations` VALUES (63,'2021_09_12_220452_add_resolved_by_to_threads_table',2);
INSERT INTO `migrations` VALUES (64,'2021_10_31_143501_add_declined_at_column_to_articles_table',3);

0 comments on commit b9674e6

Please sign in to comment.