WaiveCar / Waivecar

Waivecar
https://waivecar.com
0 stars 0 forks source link

Api: Make an organization specific sign-on page #1597

Closed daleighan closed 4 years ago

daleighan commented 4 years ago

For this, there should be a new page for organization-specific sign-on. There should also be a place for them to upload their logo in such a way that it goes onto that page.

daleighan commented 4 years ago
alter table organizations add column logo_id varchar(255) default null after name;
daleighan commented 4 years ago

Implemented in #1587