@@ -1 +1 @@
-__version__ = '1.0.9'
+__version__ = '1.0.10'
@@ -12,5 +12,11 @@ versions = [
[
'alter table "file" add column "priority" int not null default 0',
]
+ ),
+ (
+ '3',
+ [
+ 'alter table "file" add column "in_server" int not null default 0' ,
+ ]
)