Skip to content

jansichermann/baregae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assumptions

If you use cloudsql, create an initial migrations table:

CREATE TABLE migrations (id int auto_increment primary key, migration varchar(255), rollback(255));

From here on out, do database changes only through migrations via the code.

About

a bare golang google appengine project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages