#!/usr/bin/perl

our $schema_version = 3289;

our %module_versions = {
  # Items below in order specified in LOADORDER
  'Drafts.sql' => 3289,
  'chart.sql' => 3289,
  'Account.sql' => 3289,
  'Session.sql' => 3289,
  'Business_type.sql' => 3289,
  'Location.sql' => 3289,
  'Company.sql' => 3289,
  'Customer.sql' => 3289,
  'Date.sql' => 3289,
  'Defaults.sql' => 3289,
  'Settings.sql' => 3289,
  'Employee.sql' => 3289,
  'Entity.sql' => 3289,
  'Payment.sql' => 3289,
  'Person.sql' => 3289,
  'Report.sql' => 3289,
  'Voucher.sql' => 3289, 
  'admin.sql' => 3289,
  'Reconciliation.sql' => 3289,
  'TaxForm.sql' => 3289,
  '1099_reports.sql' => 3289,
  'EndOfYear.sql' => 3289,
  
  # Items below missing from LOADORDER
  'install.sql' => 3289,
  'Inventory.sql' => 3289,
  'Roles.sql' => 3289,
  'security.sql' => 3289,
  'Vendor.sql' => 3289,

};