mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Need to run db migrations when updating the repo #26

Closed rfk closed 10 years ago

rfk commented 10 years ago

The tokenserver includes some db migration scripts, which will need to be run when updating the tokenserver version bundled with this install. Ideally we should provide a make update target that does all this automatically.

rfk commented 10 years ago

Actually we use a custom tokenserver DB schema here anyway, so we don't need to track the prod DB migrations.