Skip to content

Commit

Permalink
Add to schema SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau committed May 16, 2024
1 parent c77014c commit 9c72739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SQL/0000-00-00-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ INSERT INTO users_notifications_rel SELECT u.ID, nm.id, ns.id FROM users u JOIN

CREATE TABLE `conflicts_unresolved` (
`ConflictID` int(10) NOT NULL AUTO_INCREMENT,
`TableName` varchar(255) NOT NULL,
`TestName` varchar(255) NOT NULL,
`ExtraKeyColumn` varchar(255) DEFAULT NULL,
`ExtraKey1` varchar(255) NOT NULL,
`ExtraKey2` varchar(255) NOT NULL,
Expand All @@ -1222,7 +1222,7 @@ CREATE TABLE `conflicts_resolved` (
`ResolutionTimestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`User1` varchar(255) DEFAULT NULL,
`User2` varchar(255) DEFAULT NULL,
`TableName` varchar(255) NOT NULL,
`TestName` varchar(255) NOT NULL,
`ExtraKeyColumn` varchar(255) DEFAULT NULL,
`ExtraKey1` varchar(255) NOT NULL DEFAULT '',
`ExtraKey2` varchar(255) NOT NULL DEFAULT '',
Expand Down

0 comments on commit 9c72739

Please sign in to comment.