mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update 009-create-client-strategies.up.sql
This commit is contained in:
		
							parent
							
								
									d8f66b7136
								
							
						
					
					
						commit
						7caa7f53fe
					
				@ -1,6 +1,6 @@
 | 
			
		||||
--create new client_strategies table
 | 
			
		||||
CREATE TABLE client_strategies (
 | 
			
		||||
  app_name varchar(255) PRIMARY KEY NOT NULL,
 | 
			
		||||
  r timestamp default now(),
 | 
			
		||||
  updated_at timestamp default now(),
 | 
			
		||||
  strategies json
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user