IO-2431 Created By for Appointments

This commit is contained in:
Allan Carr
2023-10-30 16:51:26 -07:00
parent dfdaf36ed1
commit 9b7c0af025
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."appointments" add column "created_by" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."appointments" add column "created_by" text
null;