This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
goose
Watch
1
Star
0
Fork
0
You've already forked goose
mirror of
https://github.com/pressly/goose.git
synced
2025-04-05 00:10:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
goose
/
db-sample
/
migrations
History
Liam Staskawicz
f89880da03
go migrations: much simpler and more robust way to execute migrations. go migrations are all 'package main', and the version is simply appended to the function name in order to distinguish potentially several migrations in the same 'package main'
2013-01-06 22:47:45 -08:00
..
001_basics.sql
initial commit - roughly working round trip migrations
2012-11-24 16:57:03 -08:00
002_next.sql
initial commit - roughly working round trip migrations
2012-11-24 16:57:03 -08:00
20130106222315_and_again.go
go migrations: much simpler and more robust way to execute migrations. go migrations are all 'package main', and the version is simply appended to the function name in order to distinguish potentially several migrations in the same 'package main'
2013-01-06 22:47:45 -08:00