Ed Chalstrey
b950c8909f
revert 68abacc685
2022-06-10 13:36:12 +01:00
Ed Chalstrey
68abacc685
add developer_name
2022-06-10 13:32:46 +01:00
Ed Chalstrey
0611eaa9ce
add other_team and other_team_source_link
2022-06-10 13:13:23 +01:00
Ed Chalstrey
e5c0e4e0c0
add builder and builder_source_link
2022-06-10 11:37:52 +01:00
Ed Chalstrey
d73e49a538
add developer_source_link
2022-06-10 11:14:45 +01:00
Ed Chalstrey
b3ca4fef88
reintroduce designers field
2022-06-06 15:41:39 +01:00
Ed Chalstrey
8fca3bc8d8
completely remove problematic field
2022-06-06 15:33:30 +01:00
Ed Chalstrey
0a9d4c3ba8
rename designers to building_designers
2022-06-06 15:02:16 +01:00
Ed Chalstrey
a34a2c6d66
remove duplications
2022-06-06 14:54:45 +01:00
Ed Chalstrey
6ff10ee327
fix has_extension type as bool
2022-06-06 14:42:28 +01:00
Ed Chalstrey
fc515f09bc
add has_extension to down migration
2022-06-06 14:38:33 +01:00
Ed Chalstrey
b59e811412
change to has_extension bool
2022-06-06 14:20:27 +01:00
Ed Chalstrey
db9159e24c
add team migrations
2022-06-06 11:48:39 +01:00
Ed Chalstrey
0e58f0ccca
limit current_landuse_verified to the correct attribute
2022-05-05 15:45:20 +01:00
Ed Chalstrey
8b761b8ddc
add current_landuse_verified update to buildings
2022-05-05 15:40:58 +01:00
Ed Chalstrey
fb277309f1
remove changed to 015 migration not needed
2022-05-05 15:10:05 +01:00
Ed Chalstrey
aa138198d8
update buildings table to have current_landuse_verified bool
2022-05-05 12:00:08 +01:00
Ed Chalstrey
475a146046
remove duplicate landuse_id
2022-04-29 15:45:46 +01:00
Ed Chalstrey
4c1d459cba
add Residential (verified) category
2022-04-29 15:09:10 +01:00
Ed Chalstrey
a97d217022
add new db migration
2022-04-29 14:05:36 +01:00
Ed Chalstrey
07d578cc9c
ADD MIGRATION
2022-04-14 10:50:20 +01:00
Mateusz Konieczny
6a386ed465
Final resolve of duplication
...
that is why PR reviews are nice
2022-02-23 09:51:01 +01:00
Mateusz Konieczny
1b66cd246d
Add missing migrations
2022-02-23 01:06:20 +01:00
Mateusz Konieczny
d7def11d4f
Replace State-owned by Government-owned
...
part of #734
2022-02-16 16:08:29 +01:00
Mateusz Konieczny
4fbe269744
Fix typo in a comment
2022-02-16 14:22:50 +01:00
Mateusz Konieczny
db34ee5b44
Remove virtual migration
...
it was an actual migration executed, but commited is a bit different to avoid completely changing meaning in database
it ended this way due to problems with coordination between code and mapping
2022-02-14 13:50:49 +01:00
Mateusz Konieczny
7c784ffc06
Register one more hotfix for a very troubled migration
2022-02-14 13:49:33 +01:00
Mateusz Konieczny
ead7c93867
Note that downgrades will fail of such data is present
...
As there is no unknown building type reclassifying is impossible
2022-02-14 13:36:19 +01:00
Mateusz Konieczny
fe94a51da4
Modify already commited migration
...
this avoids confusing migration in repository that could damage data, as meaning of the data in database mismatched decription
2022-02-14 13:36:19 +01:00
Mateusz Konieczny
9ba7e04f91
Improve name of unclassified
2022-02-14 13:36:19 +01:00
Mateusz Konieczny
f97fba7f3d
Better name for buildings without marked state
2022-01-15 13:59:32 +01:00
Mateusz Konieczny
1bf1edd2ae
Add ability to mark buildings as unknown
...
Also, make residential a bit stronger.
2022-01-11 17:51:07 +01:00
Mateusz Konieczny
f130578836
Add ability to mark constructions as garden buildings
2022-01-11 17:51:07 +01:00
Maciej Ziarkowski
ab03d3f44b
Rename migrations to released
2021-10-11 14:20:58 +02:00
Maciej Ziarkowski
22cac99675
Change public ownership sources field to array
2021-10-08 13:19:48 +01:00
Maciej Ziarkowski
75f0044b3b
Add community fields about public ownership
2021-09-27 13:47:27 +03:00
Maciej Ziarkowski
8c8a6a8094
Add user opinion fields to community section
2021-09-24 20:31:03 +03:00
Maciej Ziarkowski
29ed25f36c
Replace likes with generic building-user attribs
2021-08-23 02:26:58 +01:00
Maciej Ziarkowski
2c6f43f3a7
Release dynamics toggle migrations
2021-03-19 15:09:38 +00:00
Maciej Ziarkowski
4aa35b94dd
Add logical toggle for demolished buildings
2021-03-18 19:44:16 +00:00
Maciej Ziarkowski
28bad44220
Add simple dynamics API support
2021-03-11 19:15:58 +00:00
Maciej Ziarkowski
37bbf41576
Move WIP migrations to unreleased/ subfolder
...
Currently, there are migration SQL scripts on the master branch
that have not been released, yet are in the migrations folder.
Although the files have a 0xx number rather than a set number,
this could still lead someone to run the scripts following the
standard migration application process defined in the docs.
Please do not commit work-in-progress migration files to the
master branch. The temporary unreleased/ folder should be
removed once these migrations are released.
2021-01-20 17:55:45 +00:00
Tom Russell
a143b76dde
Add note on building_verification table permissions
2020-08-04 16:52:21 +01:00
Tom Russell
672a1efde4
Add migrations for user verification of building attributes
2020-08-04 15:53:33 +01:00
Tom Russell
150ef00ca9
Update etl/migrations docs with a little more on prerequisites
2020-06-18 10:32:35 +01:00
Tom Russell
d1c42a40a6
Rename construction migration to 017, fix tile definition
...
Note that enum types need to be cast to ::text for mapnik
rules to work as expected.
2020-04-17 17:01:21 +01:00
Tom Russell
2696820ff5
Merge pull request #586 from colouring-london/feature/568-activate-construction
...
Feature/568 activate construction
2020-04-09 11:28:20 +01:00
Tom Russell
250c37ed75
Merge pull request #590 from colouring-london/feature/migrations_construction
...
WIP for #361 intial construction db elements
2020-04-09 10:51:34 +01:00
Tom Russell
5d8a0dd42b
Merge branch 'master' into features/migrations_sustainability
2020-04-09 10:47:55 +01:00
Tom Russell
ee64c301cd
Merge pull request #588 from colouring-london/feature/migrations_type_extend
...
Migrations to enable the original landuse to be added to site
2020-04-09 10:43:30 +01:00
Tom Russell
0dea779f68
Merge pull request #587 from colouring-london/features/migrations_community
...
Initial cut of community fields
2020-04-09 10:39:21 +01:00
Dominic H
eb368c7d1d
Housekeeping
2020-04-09 10:28:45 +01:00
dominic
076742adf8
Switching to josnb object for #362
2020-04-09 10:28:45 +01:00
dominic
96aee71a4d
Typo corrections for #362
2020-04-09 10:28:45 +01:00
dominic
3d687c48ba
All fields required for launch as #362
...
- Tested on local db copy
- Enables #407
2020-04-09 10:28:45 +01:00
dominic
3246bf3dd5
Rename for #362
2020-04-09 10:27:35 +01:00
Dominic H
b0df644c2c
Stashing WIP for #362
...
- Complete fields list
- Completed cat down file
- Draft cat up file
2020-04-09 10:27:35 +01:00
Dominic H
881f8512de
WIP for #362
2020-04-09 10:27:35 +01:00
MeldaS
315c028c6a
Create SQL scipts for construction category
2020-04-01 12:15:59 +01:00
dominijk
b84bf4801d
WIP for #361 intial construction db elements
...
- Materials list from #539
- Adding roof form for #584
2020-02-27 18:30:52 +00:00
dominijk
6dfc82a397
Ready for staging, tested on local for #405
2020-02-27 16:19:52 +00:00
dom_ucl_mb
5ca6a6f7fe
WIP for #405
2020-02-13 17:22:16 +00:00
Dominic H
a03151af51
Migrations to enable the original landuse to be added to site
...
- links to #500
- addresses #363
- addresses #491
2019-12-13 16:24:39 +00:00
Maciej Ziarkowski
6920a06b51
Rename migration files
2019-12-03 18:33:12 +00:00
Maciej Ziarkowski
817b44515b
Change Mixd Use order to capitalised
2019-12-03 18:19:50 +00:00
Maciej Ziarkowski
b375c34ee3
Update migration comments
2019-12-03 13:39:18 +00:00
Maciej Ziarkowski
49a58e9716
Remove .DS_Store files
2019-12-02 21:02:09 +00:00
Maciej Ziarkowski
b41f9f555d
Merge branch 'features/migrations_landuse' into feature/513-activate-land-use
2019-12-02 21:01:03 +00:00
Maciej Ziarkowski
8bbe63fee7
Add land use groups lookup, drop original land use
2019-12-02 20:58:50 +00:00
Maciej Ziarkowski
1dddf3a31e
Turn on land use groups as used
2019-12-02 20:56:49 +00:00
Maciej Ziarkowski
aa3e1604e6
Merge branch 'features/migrations_landuse' of github.com:tomalrussell/colouring-london into features/migrations_landuse
2019-12-02 18:15:46 +00:00
Maciej Ziarkowski
bfdde02fab
Merge branch 'feature/bulk_data_sources' into features/migrations_landuse
2019-12-02 18:13:55 +00:00
Maciej Ziarkowski
afe9d048f2
Make land use classification migration concise
2019-12-02 18:08:35 +00:00
Dominic H
7b8215517a
Update to migrations for staging test
2019-12-02 15:57:22 +00:00
Dominic H
863dbe7eef
Adds bul source migrations for landuse in support of #358
2019-12-02 15:02:58 +00:00
Maciej Ziarkowski
76def0022f
Fix errors in landuse migrations
2019-12-02 12:53:38 +00:00
Dominic H
20e9299226
Work toward #358
...
-link to
https://github.com/colouring-london/colouring_london_analysis/blob/master/bulk_extracts/nlud_landuse_classification.sql
2019-11-29 17:35:50 +00:00
Maciej Ziarkowski
39ddd546f3
Add user blocking migrations
2019-11-22 18:12:48 +00:00
Dominic H
53e8d893b0
Stashing
2019-11-08 17:48:00 +00:00
mz8i
14bc6e0d91
Fix/category default values ( #451 )
...
* Amend sustainability and type migrations
* Add DROP TYPE to down migrations
2019-10-02 16:47:17 +01:00
Maciej Ziarkowski
31454e8299
Delete orig_building_use from 012.type migration
...
Remove syntax error from migration and remove unneeded column
2019-10-01 17:44:04 +01:00
Maciej Ziarkowski
f47e4560d3
Reorder bulk extract migration 012->013
2019-10-01 17:11:35 +01:00
Maciej Ziarkowski
6fcbfc1104
Merge branch 'master' into develop
2019-10-01 17:09:57 +01:00
Dominic H
ea150250a3
File naming consistency
...
Sequential numbering for migrations
- Also removed sustainability-up-extras as original sustainbility file had not been run
2019-10-01 16:30:15 +01:00
Dominic H
de927faf7c
Delete 011.sustainability-extra.up.sql
...
Duplicate file house keeping remove sustainability-extra
2019-10-01 16:23:58 +01:00
dominic
70701526a7
Merge pull request #425 from tomalrussell/features/migrations_sustainability
...
Typo correction closes #413
2019-10-01 16:19:00 +01:00
dominic
b5e6b41270
Merge pull request #431 from tomalrussell/feature/migrations_type
...
Feature/migrations type
2019-10-01 16:18:35 +01:00
Maciej Ziarkowski
bc4b4af2d6
Convert all columns to timestamptz in migration
2019-10-01 14:57:11 +01:00
Maciej Ziarkowski
6783a00e21
Merge branch 'develop' into feature/342-bulk-extract
2019-09-30 15:06:01 +01:00
Dominic H
f259429041
Ensure this file is on PR
2019-09-27 17:33:37 +01:00
Dominic H
83ce6423d1
WIP for #432
...
- Also noted agreed standard for file naming extensions to migrations
file
2019-09-27 16:05:35 +01:00
dominic
b4cbe77ea2
Update 011.sustainability.up.sql
2019-09-27 15:03:20 +01:00
Dominic H
8e6e94e23b
Readies #363 for launch
2019-09-27 14:51:41 +01:00
Dominic H
97d47d54ac
Readies #363 for launch
2019-09-27 14:47:16 +01:00
dominic
6b52f2c573
Merge branch 'features/migrations_landuse'
...
of https://github.com/tomalrussell/colouring-london into
features/migrations_landuse
2019-09-19 07:53:10 +01:00
dominic
16810db016
Stashing changes
2019-09-19 07:50:23 +01:00
Dominic H
68a9fd1b80
WIP for #358
...
- Switched from ENUM to table
- Final steps to complete
2019-09-18 15:59:06 +01:00
Dominic H
13fbea77d9
Typo correction closes #413
2019-09-18 11:08:02 +01:00
Tom Russell
0ec5164f13
Merge pull request #389 from tomalrussell/features/migrations_sustainability
...
Sustainability sub categories for launch #360
2019-08-30 13:58:23 +01:00
dominic
4a7eb350f2
WIP for #363
...
- Needs landuse table from #358
2019-08-30 13:37:56 +01:00