Skip to content

Commit 34d94cc

Browse files
authored
Revert "updating the migration script (#54)" (#56)
This reverts commit 3bb7758.
1 parent b11b800 commit 34d94cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/resources/db/migration/V6__Updating_Default_DateValue.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
-- under the License.
1818
--
1919

20-
ALTER TABLE m_outbound_messages MODIFY COLUMN submitted_on_date TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP;
21-
ALTER TABLE m_outbound_messages MODIFY COLUMN delivered_on_date TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP;
22-
20+
ALTER TABLE m_outbound_messages MODIFY COLUMN submitted_on_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
21+
ALTER TABLE m_outbound_messages MODIFY COLUMN delivered_on_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;

0 commit comments

Comments
 (0)