mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export class NSFWInstance1701809447000 {
 | |
|     name = 'NSFWInstance1701809447000'
 | |
| 
 | |
|     async up(queryRunner) {
 | |
|         await queryRunner.query(`ALTER TABLE "instance" ADD "isNSFW" boolean NOT NULL DEFAULT false`);
 | |
|     }
 | |
| 
 | |
|     async down(queryRunner) {
 | |
|         await queryRunner.query(`ALTER TABLE "instance" DROP COLUMN "isNSFW"`);
 | |
|     }
 | |
| }
 |