Delete 1657759324648-show-ads.js
This commit is contained in:
		
							parent
							
								
									d16afd3d13
								
							
						
					
					
						commit
						32115b5ca5
					
				
					 1 changed files with 0 additions and 11 deletions
				
			
		|  | @ -1,11 +0,0 @@ | |||
| export class showAds1657759324648 { | ||||
| 	name = 'showAds1657759324648' | ||||
| 
 | ||||
| 	async up(queryRunner) { | ||||
| 		await queryRunner.query(`ALTER TABLE "user_profile" ADD "showAds" boolean NOT NULL DEFAULT false`); | ||||
| 	} | ||||
| 
 | ||||
| 	async down(queryRunner) { | ||||
| 			await queryRunner.query(`ALTER TABLE "user_profile" DROP "showAds"`); | ||||
| 	} | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue