diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-02-26 17:34:24 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-03-08 23:13:33 -0300 |
commit | 5b4f79ade2152da83e3c5df610efd54714acaa1f (patch) | |
tree | 32cd3de55be344f2f279b33611980f19fc3ad035 /sql-files/upgrades | |
parent | 60870581e1e2dd740751c1104299536975015b9e (diff) | |
download | hercules-5b4f79ade2152da83e3c5df610efd54714acaa1f.tar.gz hercules-5b4f79ade2152da83e3c5df610efd54714acaa1f.tar.bz2 hercules-5b4f79ade2152da83e3c5df610efd54714acaa1f.tar.xz hercules-5b4f79ade2152da83e3c5df610efd54714acaa1f.zip |
Fixed RoDEX mail return not working correctly
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r-- | sql-files/upgrades/2018-02-26--15-57.sql | 6 | ||||
-rw-r--r-- | sql-files/upgrades/index.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql-files/upgrades/2018-02-26--15-57.sql b/sql-files/upgrades/2018-02-26--15-57.sql new file mode 100644 index 000000000..a2090bb3c --- /dev/null +++ b/sql-files/upgrades/2018-02-26--15-57.sql @@ -0,0 +1,6 @@ +#1519671456 + +ALTER TABLE `rodex_mail` + ADD COLUMN `sender_read` TINYINT(2) NOT NULL DEFAULT '0' AFTER `is_read`; + +INSERT INTO `sql_updates` (`timestamp`, `ignored`) VALUES (1519671456 , 'No'); diff --git a/sql-files/upgrades/index.txt b/sql-files/upgrades/index.txt index 2b1409aba..a2d0c5171 100644 --- a/sql-files/upgrades/index.txt +++ b/sql-files/upgrades/index.txt @@ -43,3 +43,4 @@ 2017-06-04--15-04.sql 2017-06-04--15-05.sql 2017-11-04--10-39.sql +2018-02-26--15-57.sql |