Skip to content

Commit 45fecd4

Browse files
committed
add migrations and test DB updates
1 parent 60299cc commit 45fecd4

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

etc/migrations/2.x-3.0/migrate.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ alter table records add column edition TEXT;
44
alter table records add column contacts TEXT;
55
alter table records add column themes TEXT;
66
alter table records add column illuminationelevationangle TEXT;
7+
alter table records alter column cloudcover type real using cast(cloudcover as float);
8+
alter table records alter column distancevalue type real using cast(distancevalue as float);
79
vacuum;
Binary file not shown.
20 KB
Binary file not shown.

0 commit comments

Comments
 (0)