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

Added support for changing SQL Server schema on which the table are c… #27

Merged
merged 1 commit into from
Jan 27, 2017
Merged

Conversation

RemiBou
Copy link
Contributor

@RemiBou RemiBou commented Jan 24, 2017

…reated Issue#26

@damienbod
Copy link
Owner

@RemiBou super, thanks. I'll integrate it on Friday, create the new package and update the docs. Thanks

@RemiBou
Copy link
Contributor Author

RemiBou commented Jan 25, 2017

Perfect thank you !

@damienbod damienbod merged commit 835b015 into damienbod:master Jan 27, 2017
This was referenced Jan 27, 2017
@damienbod
Copy link
Owner

damienbod commented Feb 5, 2017

https://www.nuget.org/packages/Localization.SqlLocalizer/1.0.7

services.AddLocalizationSqlSchema("translations");
services.AddDbContext<LocalizationModelContext>(options =>
  options.UseSqlite(
       sqlConnectionString,
       b => b.MigrationsAssembly("AspNet5Localization")
  )
);

thanks for the pull-request

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.

None yet

2 participants