DoSomething / gladiator

:guardsman: The DoSomething.org competitions platform.
2 stars 0 forks source link

Rename `id` column to `northstar_id` #360

Closed sbsmith86 closed 7 years ago

sbsmith86 commented 7 years ago

What's this PR do?

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 are the relevant tickets?

Addresses #181