mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	oops
This commit is contained in:
		
							parent
							
								
									5fb08b0ba1
								
							
						
					
					
						commit
						61dd1fd718
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@ const { default: App } = require('../../../built/models/app');
 | 
			
		|||
const { default: zip } = require('@prezzemolo/zip')
 | 
			
		||||
 | 
			
		||||
const migrate = async (app) => {
 | 
			
		||||
	const result = await User.update(app._id, {
 | 
			
		||||
	const result = await App.update(app._id, {
 | 
			
		||||
		$set: {
 | 
			
		||||
			'name_id': app.name_id.replace(/\-/g, '_'),
 | 
			
		||||
			'name_id_lower': app.name_id_lower.replace(/\-/g, '_')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue