]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Msn/msn_waiting_message.php
Woops, forgot auto_increment (comes with 'serial')
[quix0rs-gnu-social.git] / plugins / Msn / msn_waiting_message.php
index 770b1c7df3621cf595e4bf7632e7f82456927125..cfb69def004f0c9b8aac9eda129ba1fc1f652d29 100644 (file)
@@ -18,7 +18,7 @@ class Msn_waiting_message extends Managed_DataObject {
     {\r
         return array(\r
             'fields' => array(\r
-                'id' => array('type' => 'int', 'not null' => true, 'description' => 'Unique ID for entry'),\r
+                'id' => array('type' => 'serial', 'not null' => true, 'description' => 'Unique ID for entry'),\r
                 'screenname' => array('type' => 'varchar', 'length' => 255, 'description' => 'from screenname'),\r
                 'message' => array('type' => 'text', 'not null' => true, 'description' => 'MSN message text'),\r
                 'claimed' => array('type' => 'datetime', 'description' => 'date this irc message was claimed'),\r