mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
All of the changes for func logs
This commit is contained in:
@@ -63,7 +63,8 @@ type MySQLDatastore struct {
|
||||
New creates a new MySQL Datastore.
|
||||
*/
|
||||
func New(url *url.URL) (models.Datastore, error) {
|
||||
tables := []string{routesTableCreate, appsTableCreate, extrasTableCreate, callTableCreate}
|
||||
tables := []string{routesTableCreate, appsTableCreate,
|
||||
extrasTableCreate, callTableCreate}
|
||||
dialect := "mysql"
|
||||
sqlDatastore := &MySQLDatastore{}
|
||||
dataSourceName := fmt.Sprintf("%s@%s%s", url.User.String(), url.Host, url.Path)
|
||||
|
||||
Reference in New Issue
Block a user