Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
docker-test-base
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
David Weston
docker-test-base
Commits
02477e05
Commit
02477e05
authored
Jul 04, 2019
by
David Weston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections
parent
b3b01031
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
setup/099-corrections.sql
setup/099-corrections.sql
+3
-0
No files found.
setup/099-corrections.sql
0 → 100644
View file @
02477e05
UPDATE
cms_domains
SET
domain_name
=
"web:80"
WHERE
domain_name
LIKE
"%.i3x.co.uk"
AND
is_desktop
=
1
AND
is_mobile
=
1
ORDER
BY
id
DESC
LIMIT
1
;
UPDATE
cms_domains
SET
domain_name
=
"web:80"
WHERE
domain_name
LIKE
"%.i3x.co.uk"
AND
is_desktop
=
1
AND
is_mobile
=
0
ORDER
BY
id
DESC
LIMIT
1
;
UPDATE
cms_domains
SET
domain_name
=
"web:80"
WHERE
domain_name
LIKE
"%.i3x.co.uk"
AND
is_desktop
=
0
AND
is_mobile
=
1
ORDER
BY
id
DESC
LIMIT
1
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment