add primary keys definition to migration rules
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008-2021, Tomasz Sowa
|
||||
* Copyright (c) 2008-2022, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -174,7 +174,6 @@ public:
|
||||
*/
|
||||
|
||||
|
||||
bool do_migration(int & current_table_version);
|
||||
|
||||
void propagate_connector();
|
||||
|
||||
@@ -203,10 +202,12 @@ protected:
|
||||
|
||||
CalcItemsHelper calc_items_by_url(long parent_id, const std::wstring & url);
|
||||
|
||||
bool do_migration(int & current_table_version);
|
||||
bool do_migration_to_1();
|
||||
bool do_migration_to_2();
|
||||
bool do_migration_to_3();
|
||||
bool do_migration_to_4();
|
||||
bool do_migration_to_5();
|
||||
|
||||
void print_dir(EzcEnv & env);
|
||||
void print_dir_without_slash(EzcEnv & env);
|
||||
|
Reference in New Issue
Block a user