aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/rev001341-1-auth.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/update/rev001341-1-auth.sql')
-rw-r--r--mayor-orig/update/rev001341-1-auth.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/mayor-orig/update/rev001341-1-auth.sql b/mayor-orig/update/rev001341-1-auth.sql
deleted file mode 100644
index 0affd9ce..00000000
--- a/mayor-orig/update/rev001341-1-auth.sql
+++ /dev/null
@@ -1,4 +0,0 @@
--- Auth adatbázis módosítása --
-
-alter table accounts modify userPassword varbinary(40);
-update accounts set userPassword=sha(decode(userPassword,'%MYSQL_ENCODE_STR%'));