diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 19:44:04 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 19:44:04 -0500 |
commit | 4f15cf6cee39a0d9f24ea3373d79e13fc4bc3fac (patch) | |
tree | a83efe74aef29ae8c3a07a916bc13ec0b6a50cb2 /TODO | |
parent | 9d72bfd769b477a2cddc1f430ffded60d7c906cc (diff) |
misc: wrapping up some odds and ends
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,4 @@ - improve guides -- publish barefoot shoe piece, as guide maybe? ## Members @@ -35,8 +34,8 @@ why pirates Fix out of sequence postgres tables: -ALTER TABLE media_luximagesize ALTER COLUMN id SET DEFAULT nextval('media_luximagesize_id_seq'::regclass); -SELECT setval('media_luximagesize_id_seq', (SELECT MAX(id) FROM media_luximagesize)+1); +ALTER TABLE media_luxvideo ALTER COLUMN id SET DEFAULT nextval('media_luxvideo_id_seq'::regclass); +SELECT setval('media_luxvideo_id_seq', (SELECT MAX(id) FROM media_luxvideo)+1); ALTER TABLE media_luximage ALTER COLUMN id SET DEFAULT nextval('media_luximage_id_seq'::regclass); SELECT setval('media_luximage_id_seq', (SELECT MAX(id) FROM media_luximage)+1); |