Fix (MySQL): Update for MariaDB v10.3 to match ERPNext installation on Oracle VPS.
This commit is contained in:
@@ -1,207 +1,207 @@
|
||||
|
||||
|
||||
|
||||
# Product Change Sets
|
||||
-- Product Change Sets
|
||||
SELECT * FROM Shop_Product_Change_Set;
|
||||
|
||||
# User Change Sets
|
||||
-- User Change Sets
|
||||
SELECT * FROM Shop_User_Change_Set;
|
||||
|
||||
# User Change Sets
|
||||
-- User Change Sets
|
||||
SELECT * FROM Shop_Sales_And_Purchasing_Change_Set;
|
||||
|
||||
# Access Levels
|
||||
-- Access Levels
|
||||
SELECT * FROM Shop_Access_Level;
|
||||
SELECT * FROM Shop_Access_Level_Audit;
|
||||
|
||||
# Error Message type
|
||||
-- Error Message type
|
||||
SELECT * FROM Shop_Msg_Error_Type;
|
||||
|
||||
# File Types
|
||||
-- File Types
|
||||
SELECT * FROM File_Type;
|
||||
SELECT * FROM File_Type_Audit;
|
||||
|
||||
# Generic / shared properties
|
||||
-- Generic / shared properties
|
||||
SELECT * FROM Shop_General;
|
||||
SELECT * FROM Shop_General_Audit;
|
||||
|
||||
# Image Types
|
||||
-- Image Types
|
||||
SELECT * FROM Shop_Image_Type;
|
||||
SELECT * FROM Shop_Image_Type_Audit;
|
||||
|
||||
|
||||
# Regions
|
||||
-- Regions
|
||||
SELECT * FROM Shop_Region;
|
||||
SELECT * FROM Shop_Region_Audit;
|
||||
|
||||
# Region branches
|
||||
-- Region branches
|
||||
SELECT * FROM Shop_Region_Branch;
|
||||
SELECT * FROM Shop_Region_Branch_Audit;
|
||||
|
||||
# Plants
|
||||
-- Plants
|
||||
SELECT * FROM Shop_Plant;
|
||||
SELECT * FROM Shop_Plant_Audit;
|
||||
|
||||
# Storage Locations
|
||||
-- Storage Locations
|
||||
SELECT * FROM Shop_Storage_Location;
|
||||
SELECT * FROM Shop_Storage_Location_Audit;
|
||||
|
||||
# Storage Location branches
|
||||
-- Storage Location branches
|
||||
SELECT * FROM Shop_Storage_Location_Branch;
|
||||
SELECT * FROM Shop_Storage_Location_Branch_Audit;
|
||||
|
||||
# Currencies
|
||||
-- Currencies
|
||||
SELECT * FROM Shop_Currency;
|
||||
SELECT * FROM Shop_Currency_Audit;
|
||||
|
||||
# Taxes and Surcharges
|
||||
-- Taxes and Surcharges
|
||||
SELECT * FROM Shop_Tax_Or_Surcharge;
|
||||
SELECT * FROM Shop_Tax_Or_Surcharge_Audit;
|
||||
|
||||
# Unit of Measurement
|
||||
-- Unit of Measurement
|
||||
SELECT * FROM Shop_Unit_Measurement;
|
||||
SELECT * FROM Shop_Unit_Measurement_Audit;
|
||||
|
||||
# Unit of Measurement Conversion
|
||||
-- Unit of Measurement Conversion
|
||||
SELECT * FROM Shop_Unit_Measurement_Conversion;
|
||||
SELECT * FROM Shop_Unit_Measurement_Conversion_Audit;
|
||||
|
||||
/*
|
||||
# Recurrence Interval
|
||||
-- Recurrence Interval
|
||||
SELECT * FROM Shop_Interval_Recurrence;
|
||||
SELECT * FROM Shop_Interval_Recurrence_Audit;
|
||||
*/
|
||||
|
||||
|
||||
# Categories
|
||||
-- Categories
|
||||
SELECT * FROM Shop_Product_Category;
|
||||
SELECT * FROM Shop_Product_Category_Audit;
|
||||
|
||||
# Products
|
||||
-- Products
|
||||
SELECT * FROM Shop_Product;
|
||||
SELECT * FROM Shop_Product_Audit;
|
||||
|
||||
# Permutations
|
||||
-- Permutations
|
||||
SELECT * FROM Shop_Product_Permutation;
|
||||
SELECT * FROM Shop_Product_Permutation_Audit;
|
||||
|
||||
# Variation Types
|
||||
-- Variation Types
|
||||
SELECT * FROM Shop_Variation_Type;
|
||||
SELECT * FROM Shop_Variation_Type_Audit;
|
||||
|
||||
# Variations
|
||||
-- Variations
|
||||
SELECT * FROM Shop_Variation;
|
||||
SELECT * FROM Shop_Variation_Audit;
|
||||
|
||||
# Permutation Variation Links
|
||||
-- Permutation Variation Links
|
||||
SELECT * FROM Shop_Product_Permutation_Variation_Link;
|
||||
SELECT * FROM Shop_Product_Permutation_Variation_Link_Audit;
|
||||
|
||||
# Stock Items
|
||||
-- Stock Items
|
||||
SELECT * FROM Shop_Stock_Item;
|
||||
SELECT * FROM Shop_Stock_Item_Audit;
|
||||
|
||||
# Product Currency Links
|
||||
-- Product Currency Links
|
||||
SELECT * FROM Shop_Product_Price;
|
||||
SELECT * FROM Shop_Product_Price;
|
||||
|
||||
# Images
|
||||
-- Images
|
||||
SELECT * FROM Shop_Product_Image;
|
||||
SELECT * FROM Shop_Product_Image_Audit;
|
||||
|
||||
# Delivery Option Types
|
||||
-- Delivery Option Types
|
||||
SELECT * FROM Shop_Delivery_Option;
|
||||
SELECT * FROM Shop_Delivery_Option_Audit;
|
||||
|
||||
# Delivery Options
|
||||
-- Delivery Options
|
||||
SELECT * FROM Shop_Product_Permutation_Delivery_Option_Link;
|
||||
SELECT * FROM Shop_Product_Permutation_Delivery_Option_Link_Audit;
|
||||
|
||||
# Discounts
|
||||
-- Discounts
|
||||
SELECT * FROM Shop_Discount;
|
||||
SELECT * FROM Shop_Discount_Audit;
|
||||
|
||||
# Discount Delivery Region Links
|
||||
-- Discount Delivery Region Links
|
||||
SELECT * FROM Shop_Discount_Region_Currency_Link;
|
||||
SELECT * FROM Shop_Discount_Region_Currency_Link_Audit;
|
||||
|
||||
|
||||
# Permission Groups
|
||||
-- Permission Groups
|
||||
SELECT * FROM Shop_Permission_Group;
|
||||
SELECT * FROM Shop_Permission_Group_Audit;
|
||||
|
||||
# Permissions
|
||||
-- Permissions
|
||||
SELECT * FROM Shop_Permission;
|
||||
SELECT * FROM Shop_Permission_Audit;
|
||||
|
||||
# Roles
|
||||
-- Roles
|
||||
SELECT * FROM Shop_Role;
|
||||
SELECT * FROM Shop_Role_Audit;
|
||||
|
||||
# Role Permission link
|
||||
-- Role Permission link
|
||||
SELECT * FROM Shop_Role_Permission_Link;
|
||||
SELECT * FROM Shop_Role_Permission_Link_Audit;
|
||||
|
||||
# Users
|
||||
-- Users
|
||||
SELECT * FROM Shop_User;
|
||||
SELECT * FROM Shop_User_Audit;
|
||||
|
||||
# User Role link
|
||||
-- User Role link
|
||||
SELECT * FROM Shop_User_Role_Link;
|
||||
SELECT * FROM Shop_User_Role_Link_Audit;
|
||||
|
||||
# Addresses
|
||||
-- Addresses
|
||||
SELECT * FROM Shop_Address;
|
||||
SELECT * FROM Shop_Address_Audit;
|
||||
|
||||
# Basket
|
||||
-- Basket
|
||||
SELECT * FROM Shop_User_Basket;
|
||||
SELECT * FROM Shop_User_Basket_Audit;
|
||||
|
||||
|
||||
# Order Statuses
|
||||
-- Order Statuses
|
||||
SELECT * FROM Shop_User_Order_Status;
|
||||
SELECT * FROM Shop_User_Order_Status_Audit;
|
||||
|
||||
/*
|
||||
# Orders
|
||||
-- Orders
|
||||
SELECT * FROM Shop_User_Order;
|
||||
SELECT * FROM Shop_User_Order_Audit;
|
||||
|
||||
# Order Products
|
||||
-- Order Products
|
||||
SELECT * FROM Shop_User_Order_Product_Link;
|
||||
SELECT * FROM Shop_User_Order_Product_Link_Audit;
|
||||
*/
|
||||
|
||||
# Supplier
|
||||
-- Supplier
|
||||
SELECT * FROM Shop_Supplier;
|
||||
SELECT * FROM Shop_Supplier_Audit;
|
||||
|
||||
# Supplier Purchase Order
|
||||
-- Supplier Purchase Order
|
||||
SELECT * FROM Shop_Supplier_Purchase_Order;
|
||||
SELECT * FROM Shop_Supplier_Purchase_Order_Audit;
|
||||
|
||||
# Supplier Purchase Order Product Link
|
||||
-- Supplier Purchase Order Product Link
|
||||
SELECT * FROM Shop_Supplier_Purchase_Order_Product_Link;
|
||||
SELECT * FROM Shop_Supplier_Purchase_Order_Product_Link_Audit;
|
||||
|
||||
# Manufacturing Purchase Order
|
||||
-- Manufacturing Purchase Order
|
||||
SELECT * FROM Shop_Manufacturing_Purchase_Order;
|
||||
SELECT * FROM Shop_Manufacturing_Purchase_Order_Audit;
|
||||
|
||||
# Manufacturing Purchase Order Product Link
|
||||
-- Manufacturing Purchase Order Product Link
|
||||
SELECT * FROM Shop_Manufacturing_Purchase_Order_Product_Link;
|
||||
SELECT * FROM Shop_Manufacturing_Purchase_Order_Product_Link_Audit;
|
||||
|
||||
# Customers
|
||||
-- Customers
|
||||
SELECT * FROM Shop_Customer;
|
||||
SELECT * FROM Shop_Customer_Audit;
|
||||
|
||||
# Customer Sales Order
|
||||
-- Customer Sales Order
|
||||
SELECT * FROM Shop_Customer_Sales_Order;
|
||||
SELECT * FROM Shop_Customer_Sales_Order_Audit;
|
||||
|
||||
# Customer Sales Order Product Link
|
||||
-- Customer Sales Order Product Link
|
||||
SELECT * FROM Shop_Customer_Sales_Order_Product_Link;
|
||||
SELECT * FROM Shop_Customer_Sales_Order_Product_Link_Audit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user