GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
branch:
NUC
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
web
/
www.xiaofrog.com
/
wiki
/
maintenance
/
postgres
/
archives
/ patch-remove-archive2.sql
John Ryland
on 22 Dec 2020
99 bytes
import NUC files
Raw
Blame
History
DROP VIEW archive; ALTER TABLE archive2 RENAME TO archive; ALTER TABLE archive ADD ar_len INTEGER;