diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2013_11_11_00_auth_logs.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_11_11_00_auth_logs.sql b/sql/updates/auth/2013_11_11_00_auth_logs.sql new file mode 100644 index 00000000000..4e4daa10e4b --- /dev/null +++ b/sql/updates/auth/2013_11_11_00_auth_logs.sql @@ -0,0 +1,2 @@ +ALTER TABLE `logs` CHANGE `type` `type` varchar(250); + |
