mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
b9c2110472
* Get rid of PASS_V2_SCHEMA_MIGRATION * Use in-memory domain lookup + regular table settings * Remove faulty date arithmetic + prev part calculation * Set V2_MIGRATION_DONE in Mix.env == :dev * Mute credo
2 lines
88 B
Elixir
2 lines
88 B
Elixir
CREATE TABLE IF NOT EXISTS domains_lookup(site_id UInt64, domain String) ENGINE Memory;
|