Skip to content

Commit

Permalink
Update mysql-schema/027-userlog3.sql
Browse files Browse the repository at this point in the history
Co-Authored-By: Evert Pot <[email protected]>
  • Loading branch information
juhangsin and evert authored Nov 11, 2019
1 parent 9003ab5 commit de0bc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-schema/027-userlog3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ START TRANSACTION;
INSERT INTO changelog VALUES (27, UNIX_TIMESTAMP());

ALTER TABLE user_log ADD
user_agent TEXT NOT NULL;
user_agent TEXT NULL;

COMMIT;
COMMIT;

0 comments on commit de0bc4d

Please sign in to comment.