Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
explicitly include BASE_DESCRIPTION at negative priority
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Apr 9, 2013
1 parent 369f350 commit b67a42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/evolutions/collins/11.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

INSERT INTO asset_meta VALUES (0, 'BASE_PRODUCT', 1, 'Base Product', 'Formal product model designation', 1);
INSERT INTO asset_meta VALUES (0, 'BASE_VENDOR', 1, 'Base Vendor', 'Who made your spiffy computer?', 1);
INSERT INTO asset_meta VALUES (0, 'BASE_DESCRIPTION', -1, 'Base Description', 'How does your computer introduce itself?', 1);

0 comments on commit b67a42e

Please sign in to comment.