Project

General

Profile

« Previous | Next » 

Revision 6714

schemas/vegbien.my.sql: Regenerated with expanded repl word matching

View differences:

schemas/vegbien.my.sql
214 214

  
215 215

  
216 216
--
217
-- Name: _locationnarrative_is_cultivated(varchar(255)); Type: FUNCTION; Schema: public; Owner: -
217
-- Name: _locationnarrative_is_cultivated(text); Type: FUNCTION; Schema: public; Owner: -
218 218
--
219 219

  
220 220

  
......
242 242

  
243 243

  
244 244
--
245
-- Name: _or(int(1), int(1), int(1), int(1), int(1)); Type: FUNCTION; Schema: public; Owner: -
245
-- Name: _or(boolean, int(1), int(1), int(1), int(1)); Type: FUNCTION; Schema: public; Owner: -
246 246
--
247 247

  
248 248

  
......
263 263

  
264 264

  
265 265
--
266
-- Name: _taxon_family_require_std(varchar(255)); Type: FUNCTION; Schema: public; Owner: -
266
-- Name: _taxon_family_require_std(text); Type: FUNCTION; Schema: public; Owner: -
267 267
--
268 268

  
269 269

  
270 270

  
271 271

  
272 272
--
273
-- Name: _taxonlabel_set_matched_label_id(int(11), int(11), double precision); Type: FUNCTION; Schema: public; Owner: -
273
-- Name: _taxonlabel_set_matched_label_id(integer, int(11), double precision); Type: FUNCTION; Schema: public; Owner: -
274 274
--
275 275

  
276 276

  
277 277

  
278 278

  
279 279
--
280
-- Name: _taxonlabel_set_parent_id(int(11), int(11)); Type: FUNCTION; Schema: public; Owner: -
280
-- Name: _taxonlabel_set_parent_id(integer, int(11)); Type: FUNCTION; Schema: public; Owner: -
281 281
--
282 282

  
283 283

  
......
388 388

  
389 389

  
390 390
--
391
-- Name: source_by_shortname(varchar(255)); Type: FUNCTION; Schema: public; Owner: -
391
-- Name: source_by_shortname(text); Type: FUNCTION; Schema: public; Owner: -
392 392
--
393 393

  
394 394

  
......
584 584

  
585 585

  
586 586
--
587
-- Name: concat(varchar(255)); Type: AGGREGATE; Schema: public; Owner: -
587
-- Name: concat(text); Type: AGGREGATE; Schema: public; Owner: -
588 588
--
589 589

  
590 590

  
......
3337 3337
    userdefinedname varchar(255) NOT NULL,
3338 3338
    userdefinedmetadata varchar(255),
3339 3339
    userdefinedcategory varchar(255),
3340
    userdefinedtype varchar(255) DEFAULT 'varchar(255)' NOT NULL,
3340
    userdefinedtype varchar(255) DEFAULT 'text' NOT NULL,
3341 3341
    tablename varchar(255) NOT NULL,
3342 3342
    accessioncode varchar(255)
3343 3343
);

Also available in: Unified diff