This website requires JavaScript.
Explore
Help
Sign In
midsuit
/
core-jgi
Watch
1
Star
0
Fork
You've already forked core-jgi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31aee6b0d0
core-jgi
/
migration-historic
/
360lts-i1.0a
/
postgresql
/
923_PlaceHolder.sql
5 lines
91 B
MySQL
Raw
Normal View
History
Unescape
Escape
IDEMPIERE-379 Reporting wizard for end users / Peer review and tests
2012-10-31 10:42:43 +07:00
-- Just a placeholder
IDEMPIERE-379 Reporting wizard for end users / Fix problem with second panel on chrome - fix migration scripts registration
2012-10-31 11:16:50 +07:00
SELECT
register_migration_script
(
'
923_PlaceHolder.sql
'
)
FROM
dual
;