summaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/migration/postgresql')
-rw-r--r--src/main/resources/db/migration/postgresql/V0_15_0_2__UpdatedAtBy.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/postgresql/V0_15_0_2__UpdatedAtBy.sql b/src/main/resources/db/migration/postgresql/V0_15_0_2__UpdatedAtBy.sql
new file mode 100644
index 0000000..ed5c807
--- /dev/null
+++ b/src/main/resources/db/migration/postgresql/V0_15_0_2__UpdatedAtBy.sql
@@ -0,0 +1,2 @@
+ALTER TABLE request ADD COLUMN updated_at timestamp with time zone;
+ALTER TABLE request ADD COLUMN updated_by varchar(255); \ No newline at end of file