mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	✌️
This commit is contained in:
		
							parent
							
								
									8736c9dfe6
								
							
						
					
					
						commit
						ed36ceadbc
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -2,8 +2,7 @@ const { default: DriveFile } = require('../../built/models/drive-file');
 | 
			
		|||
 | 
			
		||||
DriveFile.update({}, {
 | 
			
		||||
	$rename: {
 | 
			
		||||
		'metadata.url': 'metadata.src',
 | 
			
		||||
		'metadata.isMetaOnly': 'metadata.withoutChunks',
 | 
			
		||||
		'metadata.isMetaOnly': 'metadata.withoutChunks'
 | 
			
		||||
	}
 | 
			
		||||
}, {
 | 
			
		||||
	multi: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -164,7 +164,6 @@ export const pack = (
 | 
			
		|||
	_target = Object.assign(_target, _file.metadata);
 | 
			
		||||
 | 
			
		||||
	_target.url = _file.metadata.url ? _file.metadata.url : `${config.drive_url}/${_target.id}/${encodeURIComponent(_target.name)}`;
 | 
			
		||||
	_target.src = _file.metadata.url;
 | 
			
		||||
	_target.isRemote = _file.metadata.isRemote;
 | 
			
		||||
 | 
			
		||||
	if (_target.properties == null) _target.properties = {};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue