We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a32e6 commit f401466Copy full SHA for f401466
1 file changed
postgres/migrations/V023__nature_additional_types.sql
@@ -0,0 +1,6 @@
1
+INSERT INTO nature.object_type VALUES
2
+ ('Neb', 'ism', 'Nebula')
3
+, ('PNe', 'ism', 'Planetary Nebula')
4
+
5
+, ('ext', 'src', 'Extended source')
6
+, ('.', 'src', 'Point source');
0 commit comments