source: backend/src/main/resources/import.sql

Last change on this file was cdcff72, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance and fix bugs

  • Property mode set to 100644
File size: 251 bytes
Line 
1-- Add appointment_date and appointment_time columns to referrals table if they don't exist
2ALTER TABLE IF EXISTS referrals ADD COLUMN IF NOT EXISTS appointment_date DATE;
3ALTER TABLE IF EXISTS referrals ADD COLUMN IF NOT EXISTS appointment_time TIME;
Note: See TracBrowser for help on using the repository browser.