Skip to content

Commit

Permalink
Merge pull request #887 from x3me/fix/reset-sql-views
Browse files Browse the repository at this point in the history
Fix  update:reset-mysql-views artisan command
  • Loading branch information
barryo authored Mar 22, 2024
2 parents 219ee16 + f864443 commit e6bfd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/database/views.foil.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CREATE VIEW view_switch_details_by_custid AS
sw.snmppasswd,
sw.infrastructure,
ca.name AS cabinet,
ca.cololocation AS colocabinet,
ca.colocation AS colocabinet,
lo.name AS locationname,
lo.shortname AS locationshortname
FROM
Expand Down

0 comments on commit e6bfd25

Please sign in to comment.