-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add separate layouts for calibrations
- Loading branch information
Showing
17 changed files
with
173 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 16 additions & 16 deletions
32
hasura/user-prefs/metadata/databases/default/tables/tables.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
- '!include public_ItcChartType.yaml' | ||
- '!include public_exploreAsterismPreferences.yaml' | ||
- '!include public_exploreFinderChart.yaml' | ||
- '!include public_explorePlotRange.yaml' | ||
- '!include public_explorePlotTime.yaml' | ||
- '!include public_lucumaAsterism.yaml' | ||
- '!include public_lucumaGridBreakpointName.yaml' | ||
- '!include public_lucumaGridLayoutId.yaml' | ||
- '!include public_lucumaGridLayoutPositions.yaml' | ||
- '!include public_lucumaObservation.yaml' | ||
- '!include public_lucumaSortDirection.yaml' | ||
- '!include public_lucumaTableColumnPreferences.yaml' | ||
- '!include public_lucumaTableIds.yaml' | ||
- '!include public_lucumaUser.yaml' | ||
- '!include public_lucumaUserPreferences.yaml' | ||
- '!include public_lucumaWavelengthUnits.yaml' | ||
- "!include public_ItcChartType.yaml" | ||
- "!include public_exploreAsterismPreferences.yaml" | ||
- "!include public_exploreFinderChart.yaml" | ||
- "!include public_explorePlotRange.yaml" | ||
- "!include public_explorePlotTime.yaml" | ||
- "!include public_lucumaAsterism.yaml" | ||
- "!include public_lucumaGridBreakpointName.yaml" | ||
- "!include public_lucumaGridLayoutId.yaml" | ||
- "!include public_lucumaGridLayoutPositions.yaml" | ||
- "!include public_lucumaObservation.yaml" | ||
- "!include public_lucumaSortDirection.yaml" | ||
- "!include public_lucumaTableColumnPreferences.yaml" | ||
- "!include public_lucumaTableIds.yaml" | ||
- "!include public_lucumaUser.yaml" | ||
- "!include public_lucumaUserPreferences.yaml" | ||
- "!include public_lucumaWavelengthUnits.yaml" |
1 change: 1 addition & 0 deletions
1
...ser-prefs/migrations/default/1735245368319_insert_into_public_lucumaGridLayoutId/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DELETE FROM "public"."lucumaGridLayoutId" WHERE "id" = 'observations_specphoto'; |
1 change: 1 addition & 0 deletions
1
.../user-prefs/migrations/default/1735245368319_insert_into_public_lucumaGridLayoutId/up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
INSERT INTO "public"."lucumaGridLayoutId"("id") VALUES (E'observations_specphoto'); |
1 change: 1 addition & 0 deletions
1
...ser-prefs/migrations/default/1735245383258_insert_into_public_lucumaGridLayoutId/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DELETE FROM "public"."lucumaGridLayoutId" WHERE "id" = 'observations_twilight'; |
1 change: 1 addition & 0 deletions
1
.../user-prefs/migrations/default/1735245383258_insert_into_public_lucumaGridLayoutId/up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
INSERT INTO "public"."lucumaGridLayoutId"("id") VALUES (E'observations_twilight'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters