diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 11:44:04 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 11:44:04 +0200 |
commit | fc27052887edc0475eafed87a5673ef5ab74536c (patch) | |
tree | 669297fe3bbd5b25b0a7532731657e2129c567ec /tests/data/db_structure.xml | |
parent | b237d0379162b52269a6ea8292165d448d075f46 (diff) | |
download | nextcloud-server-fc27052887edc0475eafed87a5673ef5ab74536c.tar.gz nextcloud-server-fc27052887edc0475eafed87a5673ef5ab74536c.zip |
shorten table identifiers in tests
Diffstat (limited to 'tests/data/db_structure.xml')
-rw-r--r-- | tests/data/db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml index af2e5ce3439..8f6dc5e2ecd 100644 --- a/tests/data/db_structure.xml +++ b/tests/data/db_structure.xml @@ -9,7 +9,7 @@ <table> - <name>*dbprefix*contacts_addressbooks</name> + <name>*dbprefix*cntcts_addrsbks</name> <declaration> @@ -77,7 +77,7 @@ <table> - <name>*dbprefix*contacts_cards</name> + <name>*dbprefix*cntcts_cards</name> <declaration> |