Documentation ¶
Overview ¶
copyright 2017 shlomi noach, github inc.
licensed under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at
http://www.apache.org/licenses/license-2.0
unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackendDBInit ¶
func BackendDBInit() (err error)
BackendDBInit attempts to create/upgrade the ham4db backend database.
func GenerateSQLBase ¶
func GenerateSQLBase() (sqlBase []string)
GenerateSQLBase lists all sql statements required to init the ham4db backend
func GenerateSQLPatch ¶
func GenerateSQLPatch() (sqlPatch []string)
GenerateSQLPatch contains all DDL for patching schema to the latest version.
Types ¶
This section is empty.