fix: refs #6818 add defaultChannel #3205
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#3205
Loading…
Reference in New Issue
No description provided.
Delete Branch "6818-addDefaultChannel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +3,4 @@
CREATE TABLE vn.saySimpleConfig(
id INT AUTO_INCREMENT PRIMARY KEY,
url VARCHAR(255) NOT NULL,
defaultChannel INT(4)
en las tablas actuales los channel son VARCHAR(128) respetemos el tipo por compatibilidad