No description
Find a file
Nick e1bded65a2 fix bug for "duplicate key name" when db init
During the first init process for creating tables, if one field marked True for both "unique" and "search_index" , table creation will be failed. 

for example :

create table `tabItem Barcode` (
            name varchar(140) not null primary key,
            creation datetime(6),
            modified datetime(6),
            modified_by varchar(140),
            owner varchar(140),
            docstatus int(1) not null default '0',
            parent varchar(140),
            parentfield varchar(140),
            parenttype varchar(140),
            idx int(8) not null default '0',
            `item_barcode` varchar(140) unique,
`sku_id` varchar(140),
`unit_qty` varchar(140),
`_comments` text,
`_assign` text,
`_liked_by` text,
`store` varchar(140),
`retail_price` varchar(140),
`_user_tags` text,
`uom` varchar(140),
index `item_barcode`(`item_barcode`),
index parent(parent))
            ENGINE=InnoDB
            ROW_FORMAT=COMPRESSED
            CHARACTER SET=utf8mb4
            COLLATE=utf8mb4_unicode_ci
2016-06-03 16:34:28 +08:00
ci add my_config patch to travis 2014-10-12 18:54:44 +05:30
frappe fix bug for "duplicate key name" when db init 2016-06-03 16:34:28 +08:00
test_sites [fix] selenium tests 2015-05-28 23:06:26 -04:00
.gitignore [docs] remove /docs/current from repo, since they will be created during build 2016-02-04 17:09:01 +05:30
.travis.yml [travis] 2016-04-14 18:12:33 +05:30
attributions.md Charts on reports / activity page, deprecated flot library 2016-05-26 15:27:13 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2015-05-13 00:44:53 +05:30
hooks.md Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
license.txt Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
MANIFEST.in Fixed manifest and website 2014-06-09 13:21:57 +05:30
README.md [setup-docs] generate docs and static pages 2015-10-27 10:57:25 +05:30
requirements.txt [fix] with frappe.init_site, worker and schedule commands, cleanup and fixes to rq code 2016-04-13 19:28:04 +05:30
setup.py bumped to version 6.27.21 2016-06-03 12:19:00 +06:00
socketio.js [grid] ux fixes and fixes for frappe/erpnext#5376 2016-05-30 15:44:42 +05:30

Frappe Framework

Build Status

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext

Installation

Install via Frappe Bench

Website

For details and documentation, see the website

https://frappe.io

License

MIT License