mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Used the DB Update function to write new repo_branch var for docker the new docker to function properly
This commit is contained in:
3
db.sql
3
db.sql
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user