https://github.com/huysentruitw/online-paneeltjes
https://github.com/huysentruitw/online-paneeltjes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huysentruitw/online-paneeltjes
- Owner: huysentruitw
- License: gpl-3.0
- Created: 2018-09-22T13:33:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T13:36:32.000Z (over 6 years ago)
- Last Synced: 2025-01-10T09:44:33.903Z (4 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online Paneeljes
## Database
### Create migrations
Open the Package Manager Console, set Paneeltjes.WebApp as Default project, then:
Add-Migration {migration-name} -Project Paneeltjes.Data
### Update database
Open the Package Manager Console, set Paneeltjes.WebApp as Default project, then:
Update-Database -Project Paneeltjes.Data