Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
membership.eclipse.org
Commits
26d7d69f
Commit
26d7d69f
authored
Apr 26, 2022
by
Martin Lowe
🇨🇦
Browse files
\#489 - Update view name to use v_ prefix
parent
f6847f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/src/main/java/org/eclipsefoundation/membership/application/dto/FormStatusReport.java
View file @
26d7d69f
...
...
@@ -22,7 +22,7 @@ import org.eclipsefoundation.persistence.model.ParameterizedSQLStatementBuilder;
* @author Martin Lowe
*
*/
@Table
@Table
(
name
=
"v_FormStatusReport"
)
@Entity
public
class
FormStatusReport
extends
BareNode
{
public
static
final
DtoTable
TABLE
=
new
DtoTable
(
FormStatusReport
.
class
,
"fsr"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment