Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add database type to the schema #1374

Merged
merged 1 commit into from
May 1, 2024

Conversation

worstell
Copy link
Contributor

@worstell worstell commented May 1, 2024

fixes #1306

@worstell worstell requested a review from a team as a code owner May 1, 2024 15:05
@worstell worstell requested review from matt2e and removed request for a team May 1, 2024 15:05
@alecthomas alecthomas mentioned this pull request May 1, 2024
@worstell worstell merged commit 223151a into main May 1, 2024
11 checks passed
@worstell worstell deleted the worstell/20240501-add-types-to-database-schema branch May 1, 2024 15:10
@@ -387,7 +387,7 @@ func TestParseModule(t *testing.T) {
module todo {
config configValue String
secret secretValue String
database testdb
postgres database testdb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it, but database should come first database <type> <name>

@matt2e matt2e added the approved Marks an already closed PR as approved label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Marks an already closed PR as approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add database type to the schema
4 participants