We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11b800 commit 34d94ccCopy full SHA for 34d94cc
src/main/resources/db/migration/V6__Updating_Default_DateValue.sql
@@ -17,6 +17,5 @@
17
-- under the License.
18
--
19
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
-
+ALTER TABLE m_outbound_messages MODIFY COLUMN submitted_on_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
+ALTER TABLE m_outbound_messages MODIFY COLUMN delivered_on_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
0 commit comments