Skip to content
Snippets Groups Projects
Commit 7f5ed354 authored by William Turner's avatar William Turner
Browse files

Merges migration with rest

parent d25ca8d9
No related branches found
No related tags found
No related merge requests found
......@@ -3581,3 +3581,16 @@ databaseChangeLog:
defaultValueBoolean: false
constraints:
nullable: false
- changeSet:
id: 55
author: wwwiiilll
changes:
- addColumn:
tableName: core_user
columns:
- column:
name: ldap_auth
type: boolean
defaultValueBoolean: false
constraints:
nullable: false
databaseChangeLog:
- changeSet:
id: 52
author: wwwiiilll
changes:
- addColumn:
tableName: core_user
columns:
- column:
name: ldap_auth
type: boolean
defaultValueBoolean: false
constraints:
nullable: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment