Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liebsen/chatelet


https://github.com/liebsen/chatelet

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

chatelet website
================

# db-changelog

- alter table sale_products add column precio_lista varchar(50);
- alter table sale_products add column precio_vendido varchar(50);

oct_22
alter table homes add column display_popup_form_in_last tinyint(1) default '0';

2019
create table stock_count (id int unsigned auto_increment primary key, cod_articulo varchar(50), stock int default '0', updated datetime default CURRENT_TIMESTAMP);

alter table stock_count add column article_id varchar(20);

alter table products add column stock_total int default '1';

alter table products add column with_thumb tinyint default 0;