-
Notifications
You must be signed in to change notification settings - Fork 17
Database schema and table structure? #9
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
Comments
Thanks man. I figured that out after digging through the web. Were you able to get it working? |
I did get it working, in a project using EF core but had to do quite a bit of adaptation. A clean EF core version of the controller would be better. I encountered an issue (raised on this repo #11 ) when there is no data in the table at all, more specifically if there is no root folder. My work-around hack was to automatically create a root directory in the GetList method if there is none. |
@npirlot Pity tho. |
Hi,
Thanks for the awesome work!
I have not been able to open the attached database file (FileManager.mdf).
Either using Visual Studio 2019 or SSMS, they both fail with incompatibility error messages.
Also there is no sql schema file or script included to recreate the table structure.
Could help with the sql schema script?
Thanks
The text was updated successfully, but these errors were encountered: