Skip to content

Commit 78caabb

Browse files
authored
fix cs (#330)
1 parent ace165c commit 78caabb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/schema.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ ALTER TABLE `typemix`
7171
MODIFY `pid` int NOT NULL AUTO_INCREMENT;
7272

7373
CREATE TABLE `cmsdomain` (
74-
`id` int(11) NOT NULL,
75-
`cmsdomainid` int(11) NOT NULL,
76-
`url` varchar(255) COLLATE latin1_german1_ci NOT NULL,
77-
`standard` tinyint(1) NOT NULL
74+
`id` int(11) NOT NULL,
75+
`cmsdomainid` int(11) NOT NULL,
76+
`url` varchar(255) COLLATE latin1_german1_ci NOT NULL,
77+
`standard` tinyint(1) NOT NULL
7878
) ENGINE=MyISAM;
7979

8080
ALTER TABLE `cmsdomain`

0 commit comments

Comments
 (0)