From 127afdca0df50b1f10ef5afecb00c3e4a8df26b1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 29 Mar 2025 18:16:25 -0400 Subject: [PATCH] DB.sql revert 2 --- db.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.sql b/db.sql index 6c42bc1d..4a4f9959 100644 --- a/db.sql +++ b/db.sql @@ -639,7 +639,7 @@ DROP TABLE IF EXISTS `contact_notes`; CREATE TABLE `contact_notes` ( `contact_note_id` int(11) NOT NULL AUTO_INCREMENT, `contact_note_type` varchar(200) NOT NULL, - `contact_note` mediumtext DEFAULT NULL, + `contact_note` text DEFAULT NULL, `contact_note_created_by` int(11) NOT NULL, `contact_note_created_at` datetime NOT NULL DEFAULT current_timestamp(), `contact_note_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(), @@ -2498,4 +2498,4 @@ CREATE TABLE `vendors` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-03-29 18:12:19 +-- Dump completed on 2025-03-29 18:16:21