razzius / weave

Source code for a platform to connect mentors with students
MIT License
7 stars 2 forks source link

Staging -> master: dynamic tags #181

Closed razzius closed 4 years ago

razzius commented 4 years ago

SQL diff

alter table hospital_affiliation_option add column date_created TIMESTAMP default now();
alter table professional_interest_option add column date_created TIMESTAMP default now();
alter table clinical_specialty_option add column date_created TIMESTAMP default now();
alter table parts_of_me_option add column date_created TIMESTAMP default now();
alter table activity_option add column date_created TIMESTAMP default now();
alter table degree_option add column date_created TIMESTAMP default now();
alter table degree_option drop column public;