aboutsummaryrefslogtreecommitdiff
path: root/models/fix.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-19 01:08:03 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-19 01:08:03 -0400
commitf147ad619a68440ef6c30d797a8217e687e8d51d (patch)
tree0f32ea8c645b514e47482d92b59de5a852306674 /models/fix.go
parent8d3276cab0bb554d63a38ddf3d065f247cf9b3d8 (diff)
Basic process manager
Diffstat (limited to 'models/fix.go')
-rw-r--r--models/fix.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/models/fix.go b/models/fix.go
deleted file mode 100644
index 9fc141bd..00000000
--- a/models/fix.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package models
-
-func Fix() error {
- _, err := orm.Exec("alter table repository drop column num_releases")
- return err
-}