Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b45286ac
authored
Mar 01, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix table names for bootstrapbean
1 parent
d6ecc479
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/MoyaBeans/ejbModule/fi/codecrew/moya/beans/BootstrapBean.java
code/MoyaBeans/ejbModule/fi/codecrew/moya/beans/BootstrapBean.java
View file @
b45286a
...
@@ -37,8 +37,8 @@ public class BootstrapBean implements BootstrapBeanLocal {
...
@@ -37,8 +37,8 @@ public class BootstrapBean implements BootstrapBeanLocal {
dbUpdates
.
add
(
new
String
[]
{
"ALTER TABLE actionlog_messages DROP COLUMN crew"
});
dbUpdates
.
add
(
new
String
[]
{
"ALTER TABLE actionlog_messages DROP COLUMN crew"
});
dbUpdates
.
add
(
new
String
[]
{
"delete from application_permissions where application ilike '%terminal%'"
});
dbUpdates
.
add
(
new
String
[]
{
"delete from application_permissions where application ilike '%terminal%'"
});
dbUpdates
.
add
(
new
String
[]
{
dbUpdates
.
add
(
new
String
[]
{
"ALTER TABLE org
anisation
_roles ADD ldap_role boolean not null default false"
,
"ALTER TABLE org_roles ADD ldap_role boolean not null default false"
,
"ALTER TABLE org
anisation_roles add
ldap_weight integer NOT NULL default 100"
"ALTER TABLE org
_roles ADD
ldap_weight integer NOT NULL default 100"
});
});
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment