mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Merge branch 'develop' of https://bitbucket.org/Ioncannon/ffxiv-classic-server into ezpz
# Conflicts: # sql/characters.sql
This commit is contained in:
		| @@ -46,4 +46,4 @@ CREATE TABLE `characters` ( | |||||||
|   `currentPartyGroupId` bigint(20) unsigned DEFAULT '0', |   `currentPartyGroupId` bigint(20) unsigned DEFAULT '0', | ||||||
|   `currentRetainerGroupId` bigint(20) unsigned DEFAULT NULL, |   `currentRetainerGroupId` bigint(20) unsigned DEFAULT NULL, | ||||||
|   PRIMARY KEY (`id`) |   PRIMARY KEY (`id`) | ||||||
| ) ENGINE=InnoDB AUTO_INCREMENT=162 DEFAULT CHARSET=utf8; | ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8; | ||||||
| @@ -30,7 +30,7 @@ CREATE TABLE `users` ( | |||||||
|   `email` varchar(256) NOT NULL, |   `email` varchar(256) NOT NULL, | ||||||
|   PRIMARY KEY (`id`), |   PRIMARY KEY (`id`), | ||||||
|   UNIQUE KEY `name_UNIQUE` (`name`) |   UNIQUE KEY `name_UNIQUE` (`name`) | ||||||
| ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; | ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8; | ||||||
| /*!40101 SET character_set_client = @saved_cs_client */; | /*!40101 SET character_set_client = @saved_cs_client */; | ||||||
|  |  | ||||||
| -- | -- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user