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

Scaffold PostgreSQL extensions #102

Closed
roji opened this issue Sep 16, 2016 · 5 comments
Closed

Scaffold PostgreSQL extensions #102

roji opened this issue Sep 16, 2016 · 5 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@roji
Copy link
Member

roji commented Sep 16, 2016

After redoing the extension migrations as per #101, look into scaffolding PostgreSQL migrations from an existing database.

@roji roji added the enhancement New feature or request label Sep 16, 2016
@roji roji added this to the 1.1.0 milestone Sep 16, 2016
@roji roji self-assigned this Sep 16, 2016
@roji roji added the blocked label Sep 17, 2016
@roji
Copy link
Member Author

roji commented Sep 17, 2016

Blocked on dotnet/efcore#6561

@roji roji modified the milestones: 1.2.0, 1.1.0 Nov 3, 2016
@smitpatel
Copy link

This can be unblocked once PostgreSQL aligns with EF Core 2.0.0-preview2

@roji
Copy link
Member Author

roji commented Jun 23, 2017

Thanks @smitpatel, can you point me to an issue/PR/code sample?

@smitpatel
Copy link

smitpatel commented Jun 23, 2017

Issue: dotnet/efcore#7004
PR: dotnet/efcore#8680
It was very large change but if scope it down then this commit introduce hooks for this task dotnet/efcore@32434d2
Look for SqlServer Clustered index, how the information is propagated from annotation on DatabaseModel to generated fluent API.

@roji
Copy link
Member Author

roji commented Jul 8, 2017

This is done, thanks for the guidance @smitpatel.

Note dotnet/efcore#9121 about a limitation of the scaffolding code generation mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants