* DataManager.cs:
* InitDb.aspx: * Created.aspx: * DataAccess.cs: * AdminController.cs: Refactoring * App.master: * NoLogin.master: Fixes not wanted differences between NoLogin and App master pages * instdbws.sql: Fixes an useless ownership attribution.
This commit is contained in:
parent
cfd023411d
commit
4bb83ce552
8 changed files with 63 additions and 48 deletions
|
|
@ -217,8 +217,7 @@ CREATE TABLE commandes
|
|||
WITH (
|
||||
OIDS=FALSE
|
||||
);
|
||||
ALTER TABLE commandes
|
||||
OWNER TO yavsc;
|
||||
|
||||
COMMENT ON COLUMN commandes.id IS 'Identifiant unique de commande e, cours';
|
||||
COMMENT ON COLUMN commandes.validation IS 'Date de validation';
|
||||
COMMENT ON COLUMN commandes.prdref IS 'Product reference from the unique valid catalog at the validation date';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue