Othernet-Project / librarian-core

GNU General Public License v3.0
1 stars 0 forks source link

Migration still uses old version scheme for some of the tables #6

Closed foxbunny closed 8 years ago

foxbunny commented 8 years ago
SQL: PRAGMA user_version = 1
...
SQL: PRAGMA user_version = 10001
...
SQL: PRAGMA user_version = 1
...
SQL: PRAGMA user_version = 1
SQL: PRAGMA user_version = 2
SQL: PRAGMA user_version = 3
...
SQL: PRAGMA user_version = 1
SQL: PRAGMA user_version = 2
SQL: PRAGMA user_version = 3
SQL: PRAGMA user_version = 4
SQL: PRAGMA user_version = 5
SQL: PRAGMA user_version = 6
SQL: PRAGMA user_version = 7
SQL: PRAGMA user_version = 8
SQL: PRAGMA user_version = 9
...
SQL: PRAGMA user_version = 1
...

All versions should follow the ${GEN}${VER} format that was previously discussed.

foxbunny commented 8 years ago

Ah ok, apparently, when $GEN is 0, then there is no prefix.