Database Installer.
This commit is contained in:
		
							
								
								
									
										7
									
								
								trunk/dist/db_installer/sql/game/clan_notices.sql
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								trunk/dist/db_installer/sql/game/clan_notices.sql
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| DROP TABLE IF EXISTS `clan_notices`; | ||||
| CREATE TABLE IF NOT EXISTS `clan_notices` ( | ||||
|   `clan_id` INT NOT NULL DEFAULT 0, | ||||
|   `enabled` enum('true','false') DEFAULT 'false' NOT NULL, | ||||
|   `notice` TEXT NOT NULL, | ||||
|   PRIMARY KEY  (`clan_id`) | ||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev