Creating front end page for plans
This commit is contained in:
		
							
								
								
									
										2
									
								
								migrations/20240811195423_add_cols_to_widgets.down.fizz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								migrations/20240811195423_add_cols_to_widgets.down.fizz
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,2 @@
 | 
			
		||||
drop_column("widgets", "is_recurring")
 | 
			
		||||
drop_column("widgets", "plan_id")
 | 
			
		||||
							
								
								
									
										2
									
								
								migrations/20240811195423_add_cols_to_widgets.up.fizz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								migrations/20240811195423_add_cols_to_widgets.up.fizz
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,2 @@
 | 
			
		||||
add_column("widgets", "is_recurring", "bool", {"default": 0})
 | 
			
		||||
add_column("widgets", "plan_id", "string", {"default": ""})
 | 
			
		||||
		Reference in New Issue
	
	Block a user