Merged in feature/IO-2325-Ticket-Create-By (pull request #926)

IO-2325 Time Ticket Creation Date
This commit is contained in:
Allan Carr
2023-08-10 19:06:58 +00:00
12 changed files with 74 additions and 12 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"."timetickets" add column "created_by" text
-- null;

View File

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