Add SS and MCP databases
This commit is contained in:
17
database/mcp/dberrors/django_migrations.bob.go
Normal file
17
database/mcp/dberrors/django_migrations.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoMigrationErrors = &djangoMigrationErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_migrations",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoMigrationErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
Reference in New Issue
Block a user