Closed rfk closed 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.
make update
Actually we use a custom tokenserver DB schema here anyway, so we don't need to track the prod DB migrations.
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.