Regenerate bindata
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
## 0.7.0 - 2018-01-05
|
## 0.8.0 - 2016-01-11
|
||||||
|
|
||||||
|
- Fixes bug with bigint conversions in javascript. Now bigints are encoded as strings. GH-109
|
||||||
|
- Adds pagination and simple column filtering to table rows browser. GH-110
|
||||||
|
- Adds ability to use pgweb with multiple database sessions. GH-111
|
||||||
|
- Adds a few design tweaks and cleanups
|
||||||
|
|
||||||
|
## 0.7.0 - 2016-01-05
|
||||||
|
|
||||||
- Adds sequences to the sidebar panel - GH-100
|
- Adds sequences to the sidebar panel - GH-100
|
||||||
- Adds table constrains view - GH-104
|
- Adds table constrains view - GH-104
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package command
|
package command
|
||||||
|
|
||||||
const VERSION = "0.7.0"
|
const VERSION = "0.8.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
GitCommit string
|
GitCommit string
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ func staticCssAppCss() (*asset, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
info := bindataFileInfo{name: "static/css/app.css", size: 10142, mode: os.FileMode(420), modTime: time.Unix(1452656476, 0)}
|
info := bindataFileInfo{name: "static/css/app.css", size: 10142, mode: os.FileMode(420), modTime: time.Unix(1452656712, 0)}
|
||||||
a := &asset{bytes: bytes, info: info}
|
a := &asset{bytes: bytes, info: info}
|
||||||
return a, nil
|
return a, nil
|
||||||
}
|
}
|
||||||
@@ -299,7 +299,7 @@ func staticIndexHtml() (*asset, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
info := bindataFileInfo{name: "static/index.html", size: 9935, mode: os.FileMode(420), modTime: time.Unix(1452640322, 0)}
|
info := bindataFileInfo{name: "static/index.html", size: 9935, mode: os.FileMode(420), modTime: time.Unix(1452656712, 0)}
|
||||||
a := &asset{bytes: bytes, info: info}
|
a := &asset{bytes: bytes, info: info}
|
||||||
return a, nil
|
return a, nil
|
||||||
}
|
}
|
||||||
@@ -359,7 +359,7 @@ func staticJsAppJs() (*asset, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
info := bindataFileInfo{name: "static/js/app.js", size: 24762, mode: os.FileMode(420), modTime: time.Unix(1452655238, 0)}
|
info := bindataFileInfo{name: "static/js/app.js", size: 24762, mode: os.FileMode(420), modTime: time.Unix(1452656712, 0)}
|
||||||
a := &asset{bytes: bytes, info: info}
|
a := &asset{bytes: bytes, info: info}
|
||||||
return a, nil
|
return a, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user