YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Change firebase ID under user to accept more than 100 characters #126

Closed pdnelson closed 3 years ago

pdnelson commented 3 years ago

Right now, firebase_id column of the user table is a varchar(100), so it accepts no more than 100 characters. We want this to accept 500, so it should be changed to varchar(500). This is due to us changing how Firebase IDs are organized, since we need to have the ID in addition to the legacy key in there now.

pdnelson commented 3 years ago

This has been completed and merged: https://github.com/YCPRadioTelescope/RT-Contracts/pull/127