X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=sql%2Fcore_domain.sql;h=f991b9984dfee931be39e595499859a66c2cb496;hb=879d540ddbd7a408f85f8ebfab74624d0191d7f9;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hpb=aa9ca39585288212f467df3b537a254610c34400;p=Pman.Core diff --git a/sql/core_domain.sql b/sql/core_domain.sql index 8b137891..f991b998 100644 --- a/sql/core_domain.sql +++ b/sql/core_domain.sql @@ -1 +1,8 @@ +CREATE TABLE core_domain ( + id int(11) NOT NULL auto_increment, + PRIMARY KEY (id) +); + + +ALTER TABLE core_domain ADD COLUMN domain VARCHAR(256) NOT NULL DEFAULT ''; \ No newline at end of file