Skip to content
Snippets Groups Projects
Commit d50cada5 authored by Till Brehm's avatar Till Brehm
Browse files

Removed static dbispconfig database name in sql patch file.

parent 4f32db9e
No related branches found
No related tags found
No related merge requests found
ALTER TABLE `dbispconfig`.`web_domain` ADD UNIQUE `serverdomain` ( `server_id` , `domain` );
ALTER TABLE `web_domain` ADD UNIQUE `serverdomain` ( `server_id` , `domain` );
ALTER TABLE `dns_rr` DROP KEY rr,
CHANGE `name` `name` VARCHAR( 128 ) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment