Skip to content

Commit

Permalink
Database installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Mar 25, 2023
1 parent ee87197 commit ad77287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ database:
id_slide: INT AUTO_INCREMENT NOT NULL
active: TINYINT(1) NOT NULL
position: INT NOT NULL
display_from: datetime DEFAULT '0000-00-00 00:00:00'
display_to: datetime DEFAULT '0000-00-00 00:00:00'
primary:
- id_slide
engine: InnoDb
Expand Down

0 comments on commit ad77287

Please sign in to comment.