Skip to content

Commit

Permalink
Revert "Fixed snipe#7145 - rename groups table to permissions_group f…
Browse files Browse the repository at this point in the history
…or mysql 8 reserved word compatibility"

This reverts commit 1d0d25d.
  • Loading branch information
ShadowLinks committed Jun 19, 2019
1 parent ab99e55 commit f7b140a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion app/Models/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Group extends SnipeModel
{
protected $table = 'permission_groups';
protected $table = 'groups';

public $rules = array(
'name' => 'required|min:3|max:255',
Expand Down
28 changes: 0 additions & 28 deletions database/migrations/2019_06_12_184327_rename_groups_table.php

This file was deleted.

0 comments on commit f7b140a

Please sign in to comment.