Skip to content

Commit

Permalink
tested a different way of migrating the newsSource table
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent aae3777 commit e7d8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/static_data/source-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ create table if not exists newsSource
source int auto_increment primary key,
title mediumtext not null,
url mediumtext null,
icon int null,
icon int not null,
hook enum ('newspread', 'impulsivHook') null,
constraint newsSource_ibfk_1 foreign key (icon) references files (file) on update cascade on delete set null
) collate = utf8mb4_unicode_ci
Expand Down

0 comments on commit e7d8253

Please sign in to comment.