Renames the id column on the users table to northstar_id. This will set us up transition to using Gateway as it expects a northstar_id to be on the users table.
How should this be manually tested?
Smoke test throughout the app, everything should work normally. Also run phpunit and tests should pass.
What's this PR do?
Renames the
id
column on theusers
table tonorthstar_id
. This will set us up transition to using Gateway as it expects anorthstar_id
to be on the users table.How should this be manually tested?
Smoke test throughout the app, everything should work normally. Also run
phpunit
and tests should pass.What are the relevant tickets?
Addresses #181