Fix sql default value

ryzomclassic-develop
kaetemi 3 years ago
parent 6f2cd1fa1b
commit 4d65d5c459
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -43,7 +43,7 @@ CREATE TABLE IF NOT EXISTS `neltool_annotations` (
--
INSERT INTO `neltool_annotations` (`annotation_id`, `annotation_domain_id`, `annotation_shard_id`, `annotation_data`, `annotation_user_name`, `annotation_date`) VALUES
(1, NULL, 106, 'Welcome to the Shard Admin Website!', 'vl', 1272378352);
(1, NULL, 106, 'Welcome to the Shard Admin Website!', 'admin', 1272378352);
-- --------------------------------------------------------

Loading…
Cancel
Save