fix: use PRAGMA user_version to track migrations
fix: minor fixes
This commit is contained in:
		
							parent
							
								
									521e82b7b5
								
							
						
					
					
						commit
						3117427f1f
					
				
					 6 changed files with 15 additions and 36 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,3 @@
 | 
			
		|||
create table meta
 | 
			
		||||
(
 | 
			
		||||
    version_num INTEGER
 | 
			
		||||
                NOT NULL
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
create table controllers
 | 
			
		||||
(
 | 
			
		||||
    id      INTEGER
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue