Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- drop index if exists idx_visits_method;
- drop index if exists idx_visits_path;
- drop index if exists idx_visits_proposal_id;
- drop index if exists idx_visits_user_id;
- drop index if exists idx_visits_visited_at;
-
- drop table if exists visits;
|