-
Notifications
You must be signed in to change notification settings - Fork 1
drafts
Quan Li edited this page May 17, 2013
·
1 revision
discourse_development=# select * from post_action_types;
name_key | is_flag | icon | created_at | updated_at | id | position
---------------+---------+-------+----------------------------+----------------------------+----+----------
bookmark | f | | 2013-03-20 22:41:50.344171 | 2013-03-20 22:41:50.344171 | 1 | 1
like | f | heart | 2013-03-20 22:41:50.350586 | 2013-03-20 22:41:50.350586 | 2 | 2
off_topic | t | | 2013-03-20 22:41:50.352393 | 2013-03-20 22:41:50.352393 | 3 | 3
inappropriate | t | | 2013-03-20 22:41:50.354101 | 2013-03-20 22:41:50.354101 | 4 | 4
vote | f | | 2013-03-20 22:41:50.356248 | 2013-03-20 22:41:50.356248 | 5 | 5
spam | t | | 2013-03-20 22:41:50.358182 | 2013-03-20 22:41:50.358182 | 7 | 6
custom_flag | t | | 2013-03-20 22:41:50.360561 | 2013-03-20 22:41:50.360561 | 6 | 7
(7 rows)