Skip to content
Snippets Groups Projects
Commit ce8f4f31 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #1659 from metabase/support_more_table_rows

extend `rows` column from integer to bigint so that we can support large row counts.
parents 474538a8 e2e37248
No related branches found
No related tags found
No related merge requests found
databaseChangeLog:
- changeSet:
id: 23
author: agilliland
changes:
- modifyDataType:
tableName: metabase_table
columnName: rows
newDataType: BIGINT
......@@ -18,6 +18,7 @@
{"include": {"file": "migrations/017_add_database_is_sample_field.yaml"}},
{"include": {"file": "migrations/018_add_data_migrations_table.yaml"}},
{"include": {"file": "migrations/019_add_schema_column_to_table.yaml"}},
{"include": {"file": "migrations/020_add_pulse_tables.yaml"}}
{"include": {"file": "migrations/020_add_pulse_tables.yaml"}},
{"include": {"file": "migrations/023_modify_table_rows_to_bigint.yaml"}}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment