ircbot: migration for the IrcPlugin ordering
This commit is contained in:
		
							parent
							
								
									062348ef99
								
							
						
					
					
						commit
						6205be109b
					
				
							
								
								
									
										18
									
								
								dr_botzo/ircbot/migrations/0007_auto_20150519_2156.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								dr_botzo/ircbot/migrations/0007_auto_20150519_2156.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | |||||||
|  | # -*- coding: utf-8 -*- | ||||||
|  | from __future__ import unicode_literals | ||||||
|  | 
 | ||||||
|  | from django.db import models, migrations | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | class Migration(migrations.Migration): | ||||||
|  | 
 | ||||||
|  |     dependencies = [ | ||||||
|  |         ('ircbot', '0006_auto_20150515_2141'), | ||||||
|  |     ] | ||||||
|  | 
 | ||||||
|  |     operations = [ | ||||||
|  |         migrations.AlterModelOptions( | ||||||
|  |             name='ircplugin', | ||||||
|  |             options={'ordering': ['path']}, | ||||||
|  |         ), | ||||||
|  |     ] | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user