From: Dan White Date: Thu, 12 Dec 2024 17:52:32 +0000 (-0600) Subject: Upgrade observations.db to v1.119 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=319a0a0f0cf9f67d9ffebc32dc9aac580255c521;p=scheduling-bazaar-data.git Upgrade observations.db to v1.119 --- diff --git a/upgrade-db-schema_2024-12-12.sql b/upgrade-db-schema_2024-12-12.sql new file mode 100644 index 0000000..6a28065 --- /dev/null +++ b/upgrade-db-schema_2024-12-12.sql @@ -0,0 +1,10 @@ +-- 2024-12-12 notes +-- (adding tle_source TEXT column) added in v1.119 release +-- Add new column to observations table. +-- NB: DB columns are not created in the same order. + +.echo on + +ALTER TABLE observations ADD COLUMN tle_source TEXT; + +