mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Rename city_id to _city_id in fixtures, refs #1525
This commit is contained in:
parent
06762776f7
commit
69244a617b
6 changed files with 70 additions and 70 deletions
|
|
@ -81,7 +81,7 @@ async def test_table_exists(db, tables, exists):
|
|||
"planet_int",
|
||||
"on_earth",
|
||||
"state",
|
||||
"city_id",
|
||||
"_city_id",
|
||||
"_neighborhood",
|
||||
"tags",
|
||||
"complex_array",
|
||||
|
|
@ -161,7 +161,7 @@ async def test_table_columns(db, table, expected):
|
|||
),
|
||||
Column(
|
||||
cid=5,
|
||||
name="city_id",
|
||||
name="_city_id",
|
||||
type="integer",
|
||||
notnull=0,
|
||||
default_value=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue