Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nuxwin committed Mar 1, 2016
1 parent 17bc5b5 commit f0414fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/debian/database/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ CREATE TABLE IF NOT EXISTS `web_software_depot` (
`package_download_link` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`package_signature_link` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`package_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1;

-- --------------------------------------------------------

Expand Down

0 comments on commit f0414fe

Please sign in to comment.