mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: migration should call cb on down
This commit is contained in:
		
							parent
							
								
									2874ae71b6
								
							
						
					
					
						commit
						d12dc43b8f
					
				| @ -12,4 +12,6 @@ exports.up = function(db, cb) { | ||||
|     ); | ||||
| }; | ||||
| 
 | ||||
| exports.down = function() {}; | ||||
| exports.down = function(db, cb) { | ||||
|     db.runSql('', cb); | ||||
| }; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user