-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #765 from eduhub-org/develop
Develop
- Loading branch information
Showing
12 changed files
with
61 additions
and
90 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...d/migrations/default/1697138898623_alter_table_public_AppSettings_add_column_app/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,4 @@ | ||
-- Could not auto-generate a down migration. | ||
-- Please write an appropriate down migration for the SQL below: | ||
-- alter table "public"."AppSettings" add column "app" text | ||
-- not null unique; |
2 changes: 2 additions & 0 deletions
2
...end/migrations/default/1697138898623_alter_table_public_AppSettings_add_column_app/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,2 @@ | ||
alter table "public"."AppSettings" add column "app" text | ||
not null unique; |
2 changes: 2 additions & 0 deletions
2
...migrations/default/1697138989558_alter_table_public_AppSettings_alter_column_app/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,2 @@ | ||
alter table "public"."AppSettings" rename column "appName" to "app"; | ||
comment on column "public"."AppSettings"."app" is NULL; |
2 changes: 2 additions & 0 deletions
2
...d/migrations/default/1697138989558_alter_table_public_AppSettings_alter_column_app/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,2 @@ | ||
comment on column "public"."AppSettings"."app" is E'Name of the app to which the given settings are applied'; | ||
alter table "public"."AppSettings" rename column "app" to "appName"; |
4 changes: 4 additions & 0 deletions
4
backend/migrations/default/1697139203652_insert_into_public_AppSettings/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,4 @@ | ||
-- Could not auto-generate a down migration. | ||
-- Please write an appropriate down migration for the SQL below: | ||
-- INSERT INTO "public"."AppSettings" ("appName", "bannerBackgroundColor", "bannerFontColor", "bannerTextDe", "bannerTextEn") | ||
-- VALUES (E'edu', DEFAULT, DEFAULT, DEFAULT, DEFAULT); |
2 changes: 2 additions & 0 deletions
2
backend/migrations/default/1697139203652_insert_into_public_AppSettings/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,2 @@ | ||
INSERT INTO "public"."AppSettings" ("appName", "bannerBackgroundColor", "bannerFontColor", "bannerTextDe", "bannerTextEn") | ||
VALUES (E'edu', DEFAULT, DEFAULT, DEFAULT, DEFAULT); |
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
14 changes: 11 additions & 3 deletions
14
frontend-nx/apps/edu-hub/queries/__generated__/AppSettings.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
frontend-nx/apps/edu-hub/queries/__generated__/InsertAppSettings.ts
This file was deleted.
Oops, something went wrong.
9 changes: 7 additions & 2 deletions
9
frontend-nx/apps/edu-hub/queries/__generated__/UpdateAppSettings.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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