Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bd1eccb2
authored
Mar 12, 2023
by
Liv Haapala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Puuttuva tietokantakentän lisäys
1 parent
0e8b30ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
code/moya-beans/ejbModule/fi/codecrew/moya/beans/BootstrapBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/BootstrapBean.java
View file @
bd1eccb
...
@@ -670,6 +670,11 @@ public class BootstrapBean implements BootstrapBeanLocal {
...
@@ -670,6 +670,11 @@ public class BootstrapBean implements BootstrapBeanLocal {
"ALTER TABLE bill_lines ADD COLUMN discount_source_id INTEGER"
,
"ALTER TABLE bill_lines ADD COLUMN discount_source_id INTEGER"
,
"ALTER TABLE bill_lines ADD CONSTRAINT FK_bill_lines_discount_source_id FOREIGN KEY (discount_source_id) REFERENCES bill_lines (id)"
"ALTER TABLE bill_lines ADD CONSTRAINT FK_bill_lines_discount_source_id FOREIGN KEY (discount_source_id) REFERENCES bill_lines (id)"
});
});
dbUpdates
.
add
(
new
String
[]
{
"ALTER TABLE places ADD COLUMN reservable BOOLEAN NOT NULL default true"
});
}
}
...
...
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