Przeglądaj źródła

added type link www licencje address

Piotr Labudda 9 lat temu
rodzic
commit
9977e0fe7d

+ 10 - 0
SE/schema/gui/company/biuro_biall_net_pl/default_db.ses_procesy5_a.php

@@ -0,0 +1,10 @@
+<?php
+
+class Schema__biuro_biall_net_pl__default_db__ses_procesy5_a extends Schema__Core__default_db__ses_procesy5_a {
+
+	public function initTypes() {
+		parent::initTypes();
+		$this->_types['SERVER_ADDRESS'] = 'p5:www_link';
+	}
+
+}

+ 5 - 0
SE/schema/gui/core/default_db.ses_procesy5_a.php

@@ -0,0 +1,5 @@
+<?php
+
+class Schema__Core__default_db__ses_procesy5_a extends Schema_TableBase {
+
+}