mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
* Allow to run server side postgres migration * Automate migration creation * Check if sql-migrate exists
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
go get -v github.com/rubenv/sql-migrate/...
|