mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Merge pull request 'fix fix orm' (#4) from fix-fix-orm into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/4 Reviewed-by: zima <zima@noreply.codeberg.org>
This commit is contained in:
		
						commit
						2b7abfb8d7
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,6 +1,4 @@
 | 
				
			||||||
const { MigrationInterface, QueryRunner } = require("typeorm");
 | 
					export class FixOrm1731198456911 {
 | 
				
			||||||
 | 
					 | 
				
			||||||
module.exports = class FixOrm1731198456911 {
 | 
					 | 
				
			||||||
    name = 'FixOrm1731198456911'
 | 
					    name = 'FixOrm1731198456911'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    async up(queryRunner) {
 | 
					    async up(queryRunner) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue