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

Shard updates, mysql uuid type, and api route bug fix #1319

Merged
merged 4 commits into from
May 7, 2023

Conversation

kalinon
Copy link
Contributor

@kalinon kalinon commented May 6, 2023

Description of the Change

  1. update shard versions
  2. add UUID as a field type for mysql
  3. fixed printing of api routes

@kalinon kalinon changed the title Bug fix 1 Shard updates, mysql uuid type, and api route bug fix May 6, 2023
@@ -29,6 +29,7 @@ module Amber::CLI
password: ["password", "String", "VARCHAR(255)"],
time: ["time", "Time", "TIMESTAMP NULL"],
timestamp: ["time", "Time", "TIMESTAMP NULL"],
uuid: ["uuid", "UUID", "binary(16)"],
Copy link
Member

Choose a reason for hiding this comment

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

Nice!

end

Copy link
Member

Choose a reason for hiding this comment

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

I'm trying to wrap my head around what's happening here and why it was in the else clause to begin with.

I'm going to roll with this for now, as long as CI passes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

think it was a mistake. i dont see how it would have ever worked.

@crimson-knight crimson-knight merged commit 8f60747 into amberframework:master May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants