File: LOADORDER

package info (click to toggle)
ledgersmb 1.6.33%2Bds-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,000 kB
  • sloc: perl: 52,612; sql: 43,562; xml: 36,194; javascript: 2,428; sh: 1,099; makefile: 361; pascal: 25
file content (82 lines) | stat: -rw-r--r-- 2,577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# This is the base file used to build the LOAD.idx file
# It specifies a lost of db changes in order.
# lines beginning with ! denote fixes where the fix is deemed applied even if it
# errors (legacy fixes that may error).
# comments begin with # (but you knew that....)

#1.4 fixes from the old Fixes.sql
1.4/menu-cleanup.sql
!1.4/location-fixes.sql
!1.4/batch-fixes.sql
1.4/eca-update.sql
!1.4/menu-update1.sql
!1.4/person-fixes.sql
!1.4/ar-constraint1.sql
!1.4/ap-constraint1.sql
!1.4/menu-update2.sql
!1.4/invoice-fixes.sql
!1.4/ar-fixes2.sql
!1.4/ar-fixes3.sql
1.4/chart-view.sql
!1.4/account-heading-fix.sql
1.4/locale-update.sql
!1.4/account-heading-fix2.sql
!1.4/inventory-fix.sql
!1.4/inventory-fix2.sql
!1.4/bu-fix.sql
!1.4/account-translations.sql
1.4/drop-je-functions.sql
!1.4/templatetrans.sql
1.4/business_unit_class_id_seq-fix.sql
#1.5 changes
!1.5/invoice-tbl-cogs-constraint.sql
!1.5/trial_balance_cleanup.sql
1.5/templates-last-modified.sql
1.5/parts_fkeys.sql
!1.5/open_forms_callers.sql
1.5/robot_entity.sql
1.5/cleanup_invoice_id.sql
1.5/invoice_id_fkey.sql
1.5/add_qty_to_pricematrix.sql
1.5/remove_pos_template.sql
# The scripts 1.5/template_menu and 1.5/template_menu3 used to
# fail, but we didn't detect, causing them to be added to the log of
# applied patches. By ignoring errors here, we simulate the same
# even though we now correctly catch errors
!1.5/template_menu.sql
1.5/template_menu2.sql
1.5/issue-2380-modify-tax_extended_entry_id-constraint.sql
# these lines were added after 1.5.0
1.5/issue-2278-modify-acc_trans-index.sql
!1.5/template_menu3.sql
1.5/template_menu4.sql
1.5/fixed-assets-depreciation-sproc.sql
1.5/fixed-assets-not-null-constraints.sql
1.5/template_menu-v2.sql
1.5/abstract_tables.sql
#tag: migration-target
# Note: the schema as created up to here, is the one as required by
#   the migration scripts in sql/upgrade/. Don't insert any change
#   scripts before this point, because it breaks the migrations from
#   both LedgerSMB 1.2 & 1.3 as well as from SQL 2.8 and 3.0
#1.6 changes
1.6/drop_chart.sql
1.6/drop_arap_cols.sql
1.6/audittrail-pg-user.sql
1.6/gl-trans-type.sql
1.6/gl-trans-type2.sql
1.6/no-inv-entity-cleanup.sql
1.6/no-inv-entity-tables.sql
1.6/no-inv-entity-end-entity.sql
!1.6/no-inv-entity-remove-entity.sql
1.6/drop-entity-duplicate_constraint.sql
1.6/fix-entity-primary-key.sql
1.6/add-eca-business-foreign-key.sql
1.6/add_empty_salutation.sql
1.6/missing-countries.sql
1.6/constrain_default_password_duration.sql
1.6/add-recon-index.sql
1.6/track-deleted-transactions.sql
1.6/more-indices.sql
#