Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobbrewer1 committed Nov 7, 2024
1 parent 393607f commit 4338918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/models/schemas/season.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
create table season
(
id int not null auto_increment,
year int not null,
template varchar(255) not null,
id int not null auto_increment,
year int not null,
primary key (id)
);

0 comments on commit 4338918

Please sign in to comment.