mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
fix dtable model migrations
This commit is contained in:
@@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dtable', '0003_auto'),
|
||||
('dtable', '0005_dtableformlinks'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user