Skip to content

Commit e6bfd25

Browse files
authored
Merge pull request #887 from x3me/fix/reset-sql-views
Fix update:reset-mysql-views artisan command
2 parents 219ee16 + f864443 commit e6bfd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/database/views.foil.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ CREATE VIEW view_switch_details_by_custid AS
8787
sw.snmppasswd,
8888
sw.infrastructure,
8989
ca.name AS cabinet,
90-
ca.cololocation AS colocabinet,
90+
ca.colocation AS colocabinet,
9191
lo.name AS locationname,
9292
lo.shortname AS locationshortname
9393
FROM

0 commit comments

Comments
 (0)