Commit Graph

7 Commits (53e3ff2b2421a491badb24be578717e3bc11e485)

Author SHA1 Message Date
DL6ER 5bb8163674
Change type of whitelist, blacklist, regex, and adlists time column to INTEGER and insert a DEFAULT clause that returns the current Unix time as such an integer
6 years ago
DL6ER 61cfd2f9f9
Add adlists table
6 years ago
DL6ER 644ec36e64
Review comments
6 years ago
DL6ER 9984647ebb
After renaming column in regex, it also needs to be renamed in vw_regex
6 years ago
DL6ER c3c60e10f1
Rename regex field from domain to filter because this described better what it is
6 years ago
DL6ER 8a2363621d
Rename fields from DateAdded to dateadded
6 years ago
DL6ER dbbf21071b
Invert logic to use ENABLED instead of DISABLED. We make sure to set "enabled = 1 WHERE enabled IS NULL" in gravity_store_in_database()
6 years ago