Skip to content

Commit 4e36d83

Browse files
author
yangxg
committed
test for docker rebuild
1 parent 69ad7ba commit 4e36d83

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.10.6 on 2017-06-17 05:42
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations, models
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('blog', '0004_post_share_count'),
12+
]
13+
14+
operations = [
15+
migrations.AddField(
16+
model_name='post',
17+
name='link_count',
18+
field=models.PositiveIntegerField(default=0),
19+
),
20+
]

0 commit comments

Comments
 (0)