1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-06-08 17:27:45 +00:00

characters.sql AUTO_INCREMENT

This commit is contained in:
dude22072 2016-12-04 03:02:15 +00:00
parent 101070954d
commit c04680ea38

View file

@ -45,4 +45,4 @@ CREATE TABLE `characters` (
`currentPartyGroupId` bigint(20) unsigned DEFAULT '0',
`currentRetainerGroupId` bigint(20) unsigned DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=162 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;