mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix: default in user model
This commit is contained in:
		
							parent
							
								
									e2d8f787e3
								
							
						
					
					
						commit
						7df70aca49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -175,7 +175,7 @@ export class MiUser {
 | 
			
		|||
	public isCat: boolean;
 | 
			
		||||
 | 
			
		||||
	@Column('boolean', {
 | 
			
		||||
		default: false,
 | 
			
		||||
		default: true,
 | 
			
		||||
		comment: 'Whether the User speaks in nya.',
 | 
			
		||||
	})
 | 
			
		||||
	public speakAsCat: boolean;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue