mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 17:58:19 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| CREATE TABLE invitations (
 | |
|     email   TEXT NOT NULL PRIMARY KEY
 | |
| ); |