Get rid of the "guid" table. We don't need it anymore.

This commit is contained in:
Michael Vogel 2016-02-09 10:21:10 +01:00
parent 3c97a6703c
commit 7b2fadcf43
5 changed files with 0 additions and 44 deletions

View file

@ -1,12 +0,0 @@
Table guid
==========
| Field | Description | Type | Null | Key | Default | Extra |
|---------|------------------|------------------|------|-----|---------|----------------|
| id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
| guid | | varchar(255) | NO | MUL | | |
| plink | | varchar(255) | NO | MUL | | |
| uri | | varchar(255) | NO | MUL | | |
| network | | varchar(32) | NO | | | |
Return to [database documentation](help/database)