bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

Upgrading from 0.6 to 1.0 #112

Closed rahra closed 4 years ago

rahra commented 4 years ago

There should be an upgrade option for the database. Actually, the old database can almost directly be reused with a slight change in the positions table:

ALTER TABLE `positions` CHANGE `image_id` `image` VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;

bfabiszewski commented 4 years ago

Yes, I know. I need to write some migration script from old version or at least mention it somewhere in documentation. Thanks for reminder!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.