forked from jason/cpolis
		
	Changed tag length to 50 characters
This commit is contained in:
		@@ -37,7 +37,7 @@ CREATE TABLE articles (
 | 
			
		||||
 | 
			
		||||
CREATE TABLE tags (
 | 
			
		||||
    id      INT         AUTO_INCREMENT,
 | 
			
		||||
    name    VARCHAR(15) NOT NULL UNIQUE,
 | 
			
		||||
    name    VARCHAR(50) NOT NULL UNIQUE,
 | 
			
		||||
    PRIMARY KEY(id)
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user