db-schema/db_scripts/diff/15096.up

3 lines
88 B

use billing;
CREATE INDEX billing_mappings_start_date ON billing_mappings (start_date);