Used the DB Update function to write new repo_branch var for docker the new docker to function properly

This commit is contained in:
johnnyq
2023-01-13 21:44:13 -05:00
parent c0399a2c42
commit 3baea5e757
3 changed files with 18 additions and 5 deletions

3
db.sql
View File

@@ -342,6 +342,7 @@ CREATE TABLE `contacts` (
`contact_auth_method` varchar(200) DEFAULT NULL,
`contact_password_hash` varchar(200) DEFAULT NULL,
`contact_password_reset_token` varchar(200) DEFAULT NULL,
`contact_token_expire` datetime DEFAULT NULL,
`contact_important` tinyint(1) NOT NULL DEFAULT 0,
`contact_created_at` datetime NOT NULL DEFAULT current_timestamp(),
`contact_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
@@ -1537,4 +1538,4 @@ CREATE TABLE `vendors` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-01-13 18:23:52
-- Dump completed on 2023-01-13 21:42:57