This website works better with JavaScript.
Explore
Help
Sign In
androiddrew
/
flux-feed
Watch
1
Star
0
Fork
You've already forked flux-feed
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c3f271bcfd
main
drew/better-cli
drew/sql-init
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c3f271bcfd'
${ noResults }
flux-feed
/
migrations
/
10_initial_schema.down.sql
3 lines
81 B
SQL
Raw
Blame
History
DROP
TABLE
IF
EXISTS
user
;
DROP
TABLE
IF
EXISTS
feed
;
DROP
TABLE
IF
EXISTS
entry
;
Reference in New Issue
View Git Blame
Copy Permalink