Skip to content

Commit

Permalink
sql: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 8, 2015
1 parent 951865c commit 51863ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CREATE TABLE IF NOT EXISTS mxq_server (
host_mtime TIMESTAMP DEFAULT CURRENT_TIMESTAMP,

server_start TIMESTAMP DEFAULT 0,
server_stop TIMESTAMP DEFAULT 0,
server_stop TIMESTAMP DEFAULT 0
);


Expand Down

0 comments on commit 51863ec

Please sign in to comment.