No description
Find a file
Andrew Pietila 8f178392f9 Initial Commit
Added: app.js basic express http listener.
Added: migrate-tool, to automatically apply migrations, including a base migration to create a database table to track migrations.
2024-01-21 18:52:24 -06:00
migrations Initial Commit 2024-01-21 18:52:24 -06:00
.gitignore Initial Commit 2024-01-21 18:52:24 -06:00
app.js Initial Commit 2024-01-21 18:52:24 -06:00
migrate-tool.js Initial Commit 2024-01-21 18:52:24 -06:00
migration-config.js Initial Commit 2024-01-21 18:52:24 -06:00
package-lock.json Initial Commit 2024-01-21 18:52:24 -06:00
package.json Initial Commit 2024-01-21 18:52:24 -06:00