projects
/
scheduling-bazaar-data.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9e56f
)
Upgrade observations.db to v1.119
author
Dan White
<dan@whiteaudio.com>
Thu, 12 Dec 2024 17:52:32 +0000
(11:52 -0600)
committer
Dan White
<dan@whiteaudio.com>
Thu, 12 Dec 2024 17:52:32 +0000
(11:52 -0600)
upgrade-db-schema_2024-12-12.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/upgrade-db-schema_2024-12-12.sql
b/upgrade-db-schema_2024-12-12.sql
new file mode 100644
(file)
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;
+
+