blocklist
This commit is contained in:
		
							parent
							
								
									30a3067a6c
								
							
						
					
					
						commit
						8e8d372b86
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ CREATE TABLE guilds(
 | 
				
			||||||
    chatlogsChannel bigint DEFAULT NULL,
 | 
					    chatlogsChannel bigint DEFAULT NULL,
 | 
				
			||||||
    modlogsChannel bigint DEFAULT NULL,
 | 
					    modlogsChannel bigint DEFAULT NULL,
 | 
				
			||||||
    starboardChannel bigint DEFAULT NULL,
 | 
					    starboardChannel bigint DEFAULT NULL,
 | 
				
			||||||
    blacklist bigint[] DEFAULT '{}',
 | 
					    blocklist bigint[] DEFAULT '{}',
 | 
				
			||||||
    disabledCommands text[] DEFAULT '{}',
 | 
					    disabledCommands text[] DEFAULT '{}',
 | 
				
			||||||
    disabledCategories text[] DEFAULT '{}',
 | 
					    disabledCategories text[] DEFAULT '{}',
 | 
				
			||||||
    PRIMARY KEY (guild_id)
 | 
					    PRIMARY KEY (guild_id)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue