projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
_make_record(_item): Zahlenattribute nicht mit leeren Strings setzen
[kivitendo-erp.git]
/
sql
/
Pg-upgrade2
/
units_id.sql
1
-- @tag: units_id
2
-- @description: ID-Spalte für Tabelle "units"
3
-- @depends: release_2_6_2
4
ALTER TABLE units ADD COLUMN id serial;
5
ALTER TABLE units ADD CONSTRAINT units_id_unique UNIQUE (id);