Просмотр исходного кода

ALTER Order ADD Column ship_via text;

Pen Li 9 лет назад
Родитель
Сommit
c8e71b6aa2

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
RedAnt ERP Mobile/common/data_provider/iSalesDB.m

@@ -779,6 +779,7 @@ void decryptfield (sqlite3_context *context, int argc, sqlite3_value **argv) {
 //    [self alterTable:@"model" columns:@"product" rename:YES db:db];
     
     [self alterTable:@"product" columns:@"has_bundle integer;is_active integer;item_id integer" rename:NO db:db];
+    [self alterTable:@"product" columns:@"ship_via text" rename:NO db:db];
     
     [self alterTable:@"model_image" columns:@"item_id integer;picture_id integer" rename:NO db:db];